Skip to content

Commit

Permalink
ci: use npm run build to build
Browse files Browse the repository at this point in the history
  • Loading branch information
aquariuslt committed Sep 4, 2019
1 parent d72c7a8 commit 823f536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Yarn install & Build
run: |
npm install
npm build
npm run build
- name: Publish to NPM Registry
run: npm publish
if: github.event.action == 'created'
Expand Down

0 comments on commit 823f536

Please sign in to comment.