Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
fix: use correct yarn build command
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 25, 2019
1 parent de8a66e commit 9d13611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: yarn
- run: yarn build --if-present
- run: yarn build
- run: yarn semantic-release
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn lint
- run: yarn build --if-present
- run: yarn build
- run: yarn test

0 comments on commit 9d13611

Please sign in to comment.