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 4f3bce5 commit 47954a5Copy full SHA for 47954a5
.github/workflows/github_build.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: 'npm'
22
23
- name: Install dependencies
24
- run: npm ci
+ run: npm install
25
26
- name: Build project
27
run: npm run build
0 commit comments