Skip to content

Commit 0f649e1

Browse files
committed
fix in ci pipeline client for casing in npm CI to ci
1 parent 7696966 commit 0f649e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
cache: "npm"
7979
- name: Install frontend dependencies
8080
working-directory: Client
81-
run: npm CI
81+
run: npm ci
8282

8383
- name: Lint frontend
8484
working-directory: Client

0 commit comments

Comments
 (0)