Skip to content

Commit 2b21547

Browse files
Remove npm ci command from publish workflows
1 parent 0ce1fe7 commit 2b21547

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
registry-url: 'https://npm.pkg.github.com'
1818
# Defaults to the user or organization that owns the workflow file
1919
scope: '@octocat'
20-
- run: npm ci
2120
- run: npm publish
2221
env:
2322
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-npm.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: '20.x'
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)