Skip to content

Commit 077ff4f

Browse files
committed
Remove npm ci step
1 parent 2e0330b commit 077ff4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
node-version: 16
1414
registry-url: https://registry.npmjs.org/
15-
- run: npm ci
1615
- run: npm publish
1716
env:
1817
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)