Skip to content

Commit

Permalink
changed app_build_command in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Handke committed Jan 12, 2024
1 parent da22df9 commit 32f8cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional
app_build_command: "react-scripts build"
app_build_command: "npm react-scripts build"
###### End of Repository/Build Configurations ######

close_pull_request_job:
Expand Down

0 comments on commit 32f8cf3

Please sign in to comment.