Skip to content

Commit efd309a

Browse files
committed
fix: github workflow to publish
1 parent f315780 commit efd309a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
registry-url: 'https://registry.npmjs.org'
2121

2222
- name: Install dependencies
23-
run: npm ci
23+
run: npm i
2424

2525
# - name: Run tests
2626
# run: npm test

0 commit comments

Comments
 (0)