Skip to content

Commit 2d1ce09

Browse files
committed
try to enable npm workflow
1 parent 7ba2a65 commit 2d1ce09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/npm-publish-github-packages.yml

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

2119
publish-gpr:
2220
needs: build
@@ -30,7 +28,6 @@ jobs:
3028
with:
3129
node-version: 16
3230
registry-url: https://npm.pkg.github.com/
33-
- run: npm ci
3431
- run: npm publish
3532
env:
3633
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)