Skip to content

Commit

Permalink
fix ci by installing devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
somay committed Apr 13, 2021
1 parent ba8f690 commit a0741ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: yarn install
- run: NODE_ENV=development yarn install
- run: yarn build
- run: npm publish
env:
Expand Down

0 comments on commit a0741ac

Please sign in to comment.