Skip to content

Commit b3726fa

Browse files
authored
Update npm-publish.yml
1 parent 356b507 commit b3726fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
node-version: 12
3030
registry-url: https://registry.npmjs.org/
31-
- run: npm ci
31+
- run: npm install && npm ci
3232
- run: npm publish
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
node-version: 12
4747
registry-url: https://npm.pkg.github.com/
48-
- run: npm ci
48+
- run: npm install && npm ci
4949
- run: npm publish
5050
env:
5151
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)