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.
2 parents f12d40a + fc46dea commit 84cf657Copy full SHA for 84cf657
1 file changed
.github/workflows/verify-build.yml
@@ -44,7 +44,7 @@ jobs:
44
restore-keys: node-dependencies-
45
46
- name: Install Node dependencies
47
- run: npm ci
+ run: npm install
48
49
- name: Build
50
run: npm run build
0 commit comments