Skip to content

Commit 2c0b7fe

Browse files
authored
Update publish.yml
1 parent 2c5fec8 commit 2c0b7fe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ 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
19+
- run: npm build
2020

2121
publish-npm:
2222
needs: build
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
node-version: 20
2929
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
3130
- run: npm publish
3231
env:
3332
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 commit comments

Comments
 (0)