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 07ae585 commit 4563c51Copy full SHA for 4563c51
.github/workflows/sync-to-main.yml
@@ -24,7 +24,7 @@ jobs:
24
cache: 'npm'
25
26
- name: Install dependencies
27
- run: npm ci
+ run: npm install
28
29
- name: Build project
30
run: npm run build
0 commit comments