Skip to content

Commit

Permalink
Removed unnecessary tests folder from production build output.
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwinderg committed Jul 3, 2024
1 parent d2e2ec5 commit 506ee7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
working-directory: app

- name: Remove unnecessary server app files
run: rm -rf prettier.config.js manifest-dev.yml manifest-staging.yml
run: rm -rf prettier.config.js manifest-dev.yml manifest-staging.yml app/tests
working-directory: app

- name: Create production artifact
Expand Down

0 comments on commit 506ee7b

Please sign in to comment.