Skip to content

Commit

Permalink
comment out frontend build step
Browse files Browse the repository at this point in the history
  • Loading branch information
melkent committed Nov 27, 2024
1 parent 3b9ba22 commit ca759c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
cd frontend
npm run lint
- name: Build frontend
run: |
cd frontend
npm run build --if-present
# - name: Build frontend
# run: |
# cd frontend
# npm run build --if-present

- name: Run frontend tests
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
cd frontend
npm run lint
- name: Build frontend
run: |
cd frontend
npm run build --if-present
# - name: Build frontend
# run: |
# cd frontend
# npm run build --if-present

- name: Run frontend tests
run: |
Expand Down

0 comments on commit ca759c2

Please sign in to comment.