We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225cb53 commit 52fc6f2Copy full SHA for 52fc6f2
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
registry-url: 'https://registry.npmjs.org'
26
27
- name: Install dependencies
28
- run: npm ci
+ run: npm install
29
30
- name: Run tests
31
run: npm test
0 commit comments