Skip to content

Commit 68b3347

Browse files
authored
✨ tweak: update npm install commands
1 parent 46a829f commit 68b3347

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
18-
- run: npm ci
19-
- run: npm test
18+
- run: npm install
2019

2120
publish-npm:
2221
needs: build
@@ -27,7 +26,7 @@ jobs:
2726
with:
2827
node-version: 20
2928
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
29+
- run: npm install
3130
- run: npm publish
3231
env:
3332
NODE_AUTH_TOKEN: ${{secrets.NPM_ACCESS_TOKEN}}

0 commit comments

Comments
 (0)