Skip to content

Commit

Permalink
install dev deps as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi committed Jul 19, 2023
1 parent 46d036f commit f0dc9fe
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 @@ -13,7 +13,7 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: |
yarn install
yarn install --production=false
yarn build
yarn publish
env:
Expand Down

0 comments on commit f0dc9fe

Please sign in to comment.