Skip to content

Commit ea3deb3

Browse files
authored
Change npm ci to npm install for frontend dependencies
1 parent 821dfa8 commit ea3deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install frontend dependencies
7171
run: |
7272
cd frontend
73-
npm ci
73+
npm install
7474
7575
- name: Lint frontend code
7676
run: |

0 commit comments

Comments
 (0)