Skip to content

Commit 341a525

Browse files
committed
[conf] skip npm ci since there are no dependencies to install
1 parent c4bca93 commit 341a525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
node-version-file: 'package.json'
1717
registry-url: 'https://registry.npmjs.org'
18-
- run: npm ci
1918
- run: npm publish --provenance --access public
2019
env:
2120
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)