Skip to content

Commit

Permalink
fix!!@!!!
Browse files Browse the repository at this point in the history
fix build
fix rtl
  • Loading branch information
icecream17 committed Sep 28, 2021
1 parent a09eefb commit 07117f3
Show file tree
Hide file tree
Showing 14 changed files with 161,631 additions and 11,414 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,16 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 6.15.1

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
check-latest: false
cache: pnpm
cache: yarn

- run: pnpm install
- run: pnpm run build --if-present
- run: pnpm run test-with-coverage
- run: yarn install
- run: yarn build
- run: yarn test-with-coverage
if: "!contains(github.event.head_commit.message, 'skip test')"

- name: Deploy to github pages
Expand Down
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# yarn deps
.yarn/*
!.yarn/patches
!.yarn/releases
!.yarn/plugins
!.yarn/sdks
!.yarn/versions

# dependencies
/node_modules
/.pnp
.pnp.js
.pnp.*

# testing
/coverage
Expand Down
Loading

0 comments on commit 07117f3

Please sign in to comment.