Skip to content

Commit 19b020c

Browse files
author
bashj79
committed
Install all dependencies when building and publishing to npm
1 parent 90ffbcf commit 19b020c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 12
1515
registry-url: https://registry.npmjs.org/
16-
- run: npm ci --production
16+
- run: npm ci
1717
- run: npm run build
1818
- run: npm publish
1919
env:

0 commit comments

Comments
 (0)