Skip to content

Commit c24ba0e

Browse files
committed
fix: use npm install instead of npm ci for CI/CD
1 parent 9d96b0d commit c24ba0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: '20'
1717
registry-url: 'https://registry.npmjs.org'
1818

19-
- run: npm ci
19+
- run: npm install
2020
- run: npm run build
2121
- run: npm publish
2222
env:

0 commit comments

Comments
 (0)