Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Pasynok authored and binjospookie committed Aug 19, 2021
1 parent ba900cf commit e2b9cf4
Show file tree
Hide file tree
Showing 5 changed files with 5,771 additions and 2,560 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Install and build
run: |
yarn
yarn run build
npm ci
npm run build
- name: Run tests
run: yarn run test
run: npm t
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn run build
- run: npm ci
- run: npm run build
- run: npm run clean-publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Loading

0 comments on commit e2b9cf4

Please sign in to comment.