Skip to content

Commit 0e31f16

Browse files
authored
Merge pull request #373 from map-of-pi/ci/mod-workflow-file
Self-approved; mod CI/CD file to prevent accidental dependency drift.
2 parents 9e13969 + dcc1e01 commit 0e31f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Frontend CI/CD Process
3333
- name: Install Dependencies for Frontend
34-
run: npm install
34+
run: npm ci
3535

3636
- name: Build Frontend
3737
run: npm run build

0 commit comments

Comments
 (0)