Skip to content

Commit

Permalink
default to production build
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed May 25, 2021
1 parent 513393a commit fd28ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"scripts": {
"start": "ng serve",
"build": "ng build --prod=false",
"build": "ng build --prod=true",
"ng": "ng",
"test": "ng test",
"test-headless": "ng test --watch=false --browsers=ChromeHeadless",
Expand Down

0 comments on commit fd28ff5

Please sign in to comment.