Skip to content

Commit b56c265

Browse files
authored
Update npm.yml (#67)
1 parent 1104571 commit b56c265

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v1
1616
with:
1717
node-version: 12
18-
- run: npm ci
19-
- run: npm test
2018

2119
publish-npm:
2220
needs: build
@@ -27,7 +25,7 @@ jobs:
2725
with:
2826
node-version: 12
2927
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
28+
- run: npm install
3129
- run: npm publish
3230
env:
3331
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)