Skip to content

Commit e33292b

Browse files
committed
Do not run package installation during publishing of package
1 parent 60b71c8 commit e33292b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
with:
1212
node-version: '18.x'
1313
registry-url: 'https://registry.npmjs.org'
14-
- run: npm ci
1514
- run: npm publish
1615
env:
1716
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)