Skip to content

Commit

Permalink
Do not include build folder in frontend release
Browse files Browse the repository at this point in the history
  • Loading branch information
okpedersen committed Jun 23, 2021
1 parent 83ef232 commit 13320e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
npm ci
REACT_APP_BACKEND_URL=will-be-replaced-by-terraform npm run build --if-present
zip -r release.zip build
zip -r release.zip build/*
working-directory: frontend

- name: release
Expand Down

0 comments on commit 13320e1

Please sign in to comment.