Skip to content

Commit

Permalink
fix: fix ci
Browse files Browse the repository at this point in the history
\
  • Loading branch information
tianyingchun committed Dec 1, 2023
1 parent d6bb948 commit 0674085
Show file tree
Hide file tree
Showing 9 changed files with 8,902 additions and 153,153 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.yarn/** linguist-vendored
/.yarn/releases/* binary
/.yarn/plugins/**/* binary
/.pnp.* binary linguist-generated
5 changes: 1 addition & 4 deletions .github/workflows/release-or-version-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
- name: Install Dependencies
run: yarn --frozen-lockfile

- name: NPM ls
run: npm ls strip-ansi

- name: Unit tests
run: |
yarn test-unit --passWithNoTests
yarn test
# @link https://github.com/changesets/action
- name: Create Release Pull Request or Publish to npm
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*


tailwindcss-extend.cjs
Loading

0 comments on commit 0674085

Please sign in to comment.