Skip to content

Commit 5b45c97

Browse files
authored
add npm install
1 parent c094786 commit 5b45c97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
node-version: 12
2727
registry-url: https://registry.npmjs.org/
28+
- run: npm install
2829
- run: npm publish
2930
env:
3031
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -38,6 +39,7 @@ jobs:
3839
with:
3940
node-version: 12
4041
registry-url: https://npm.pkg.github.com/
42+
- run: npm install
4143
- run: npm publish
4244
env:
4345
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)