Skip to content

Commit

Permalink
Removing redundant ng build command prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
rz-georgiev authored Dec 2, 2024
1 parent e558bbe commit 112fb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# working-directory: ./Client/MotoDev # Specify the folder for the Angular app here

- name: Build Angular project
run: npm run build -- --prod
run: npm run build
working-directory: ./Client/MotoDev # Specify the folder for the Angular app here

deploy:
Expand Down

0 comments on commit 112fb67

Please sign in to comment.