We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d0812 commit 573d5ebCopy full SHA for 573d5eb
1 file changed
.github/workflows/deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
cache: "npm"
28
29
- name: Install dependencies
30
- run: npm ci
+ run: npm install
31
32
- name: Build
33
run: npm run build
0 commit comments