We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e13969 + dcc1e01 commit 0e31f16Copy full SHA for 0e31f16
.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
31
32
# Frontend CI/CD Process
33
- name: Install Dependencies for Frontend
34
- run: npm install
+ run: npm ci
35
36
- name: Build Frontend
37
run: npm run build
0 commit comments