Skip to content

Commit

Permalink
ci(stage): fix angular build command (#361)
Browse files Browse the repository at this point in the history
fix angular build command
  • Loading branch information
hf-krechan authored Jan 11, 2025
1 parent 09ddee6 commit c61581f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ echo "Starting application setup with environment: $ENVIRONMENT"

# Build the Angular application using local Angular CLI
echo "Building Angular application with the command 'npm run ng:build --configuration=$ENVIRONMENT'..."
npm run ng:build --configuration=$ENVIRONMENT
npm run ng:build -- --configuration=$ENVIRONMENT

# Build the Express server
echo "Building Express server..."
Expand Down

0 comments on commit c61581f

Please sign in to comment.