Skip to content

Commit

Permalink
Updates for the proper angular build
Browse files Browse the repository at this point in the history
  • Loading branch information
markiianbabiak committed Oct 6, 2024
1 parent 1ba0992 commit ed92a1c
Showing 1 changed file 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": "node server.js",
"build": "ng build --prod",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"style:linter": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit ed92a1c

Please sign in to comment.