Skip to content

Commit f0dc9fe

Browse files
committed
install dev deps as well
1 parent 46d036f commit f0dc9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '16.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: |
16-
yarn install
16+
yarn install --production=false
1717
yarn build
1818
yarn publish
1919
env:

0 commit comments

Comments
 (0)