Skip to content

Commit

Permalink
changing frontend_dev.yml to use yarn build instead of npm. will need
Browse files Browse the repository at this point in the history
to do this for prod once it's working on dev.
  • Loading branch information
Sigfried committed Oct 26, 2023
1 parent 3fbca06 commit 6be3a7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
app_location: "/frontend" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional

# switching from npm to yarn
app_build_command: "yarn build" # Custom build command here

###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 6be3a7a

Please sign in to comment.