Skip to content

Commit

Permalink
[HOTFIX] Build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
FazCodeFR committed Aug 7, 2024
1 parent 1302336 commit 38da9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --prod",
"build:prod": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
Expand Down

0 comments on commit 38da9ab

Please sign in to comment.