Skip to content

Commit ef45ff3

Browse files
authored
Update publish-npm.yml
1 parent 985c9b6 commit ef45ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-npm.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 install
2424

2525
- name: Build the package
2626
run: npm run build

0 commit comments

Comments
 (0)