Skip to content

Commit

Permalink
Update package.json to production build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelWiebe authored Oct 23, 2024
1 parent 480b880 commit 8bb3247
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 --configuration=staging",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"style:linter": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit 8bb3247

Please sign in to comment.