Skip to content

Commit cbaabb9

Browse files
committed
update ci/cd script
1 parent 3e501d8 commit cbaabb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
node-version: 20
1515
registry-url: https://registry.npmjs.org/
16-
- run: npm ci
16+
- run: npm i
1717
- run: npm run build
1818
- run: npm publish --access=public
1919
env:

0 commit comments

Comments
 (0)