We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2097ab commit ccfedefCopy full SHA for ccfedef
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
22
cache: "npm"
23
24
- name: Install dependencies
25
- run: npm ci
+ run: npm install
26
27
- name: Run build script
28
run: npm run build
0 commit comments