We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7696966 commit 0f649e1Copy full SHA for 0f649e1
1 file changed
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
cache: "npm"
79
- name: Install frontend dependencies
80
working-directory: Client
81
- run: npm CI
+ run: npm ci
82
83
- name: Lint frontend
84
0 commit comments