Skip to content

Commit

Permalink
reduce build size
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseWillden committed Oct 29, 2024
1 parent 305d527 commit 748eb94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Built app content directory - optional
app_build_command: "npm run build"
api_build_command: "rm -rf ./node_modules/@next/swc-* && rm -rf ./.next/cache"
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 748eb94

Please sign in to comment.