We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54de753 commit b91228dCopy full SHA for b91228d
1 file changed
.github/workflows/develop.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Install frontend dependencies
37
run: |
38
cd frontend
39
+ npm install
40
npm ci
41
42
test:
0 commit comments