Skip to content

Commit 50007d2

Browse files
committed
update publish ci/cd script
1 parent c5000cf commit 50007d2

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
@@ -13,7 +13,7 @@ jobs:
1313
node-version: 20
1414
registry-url: https://registry.npmjs.org/
1515
- name: install dependencies
16-
run: npm ci
16+
run: npm i
1717
- name: build library
1818
run: npm run build
1919
- name: publish library

0 commit comments

Comments
 (0)