Skip to content

Commit 7dc9c29

Browse files
author
Julien CAFFET
committed
Add CI/CD
1 parent ff89c8e commit 7dc9c29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-frontend.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ jobs:
6666
cat .npmrc
6767
6868
- name: Install dependencies
69-
run: npm ci
69+
run: |
70+
cd frontend
71+
npm ci
7072
7173
- name: Building sources
7274
run: npm run build --if-present

0 commit comments

Comments
 (0)