Skip to content

Commit

Permalink
chore: disable CI mode for FE build gh action for now
Browse files Browse the repository at this point in the history
  • Loading branch information
samjcombs committed Nov 19, 2024
1 parent 36a304a commit 2045234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:

- name: Build frontend
working-directory: frontend
env:
CI: false
run: npm run build

- name: Build backend
Expand Down

0 comments on commit 2045234

Please sign in to comment.