We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7ce27 commit 6a394ecCopy full SHA for 6a394ec
1 file changed
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
registry-url: 'https://registry.npmjs.org'
19
20
- name: Install dependencies
21
- run: npm ci
+ run: npm install
22
23
- name: Build
24
run: npm run build
0 commit comments