Skip to content

Commit

Permalink
add production configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MocStepan committed May 8, 2024
1 parent befb8d0 commit d889757
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/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 --configuration=production",
"build": "ng build --configuration=production --env=prod",
"watch": "ng build --watch --configuration development",
"test": "jest --verbose --coverage",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit d889757

Please sign in to comment.