Skip to content

Commit 3cdf492

Browse files
committed
NPM install instead of NPM cli
1 parent 1b1b322 commit 3cdf492

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
@@ -16,7 +16,7 @@ jobs:
1616
registry-url: 'https://registry.npmjs.org'
1717

1818
- name: Install dependencies and build 🔧
19-
run: npm ci && npm run build
19+
run: npm install && npm run build # Changed npm ci to npm install
2020

2121
- name: Publish package on NPM 📦
2222
run: npm publish

0 commit comments

Comments
 (0)