Skip to content

Commit 8a70d19

Browse files
authored
Merge pull request #17 from Prajualit/main
pages workflow fix
2 parents 681b5b1 + d58aad9 commit 8a70d19

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@ jobs:
2323
${{ runner.OS }}-node-
2424
2525
- name: Install dependencies
26-
run: npm ci
26+
run: npm ci --legacy-peer-deps
27+
working-directory: ./frontend
2728

2829
- name: Build frontend
29-
run: npm run build:frontend
30+
run: npm run build
3031
working-directory: ./frontend
3132
env:
3233
REACT_APP_API_URL: ${{ secrets.REACT_APP_API_URL }}

0 commit comments

Comments
 (0)