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