We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 681b5b1 + d58aad9 commit 8a70d19Copy full SHA for 8a70d19
1 file changed
.github/workflows/deploy.yml
@@ -23,10 +23,11 @@ jobs:
23
${{ runner.OS }}-node-
24
25
- name: Install dependencies
26
- run: npm ci
+ run: npm ci --legacy-peer-deps
27
+ working-directory: ./frontend
28
29
- name: Build frontend
- run: npm run build:frontend
30
+ run: npm run build
31
working-directory: ./frontend
32
env:
33
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}
0 commit comments