Skip to content

Commit

Permalink
Updating build command to build a prod version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Nov 12, 2017
1 parent 906610e commit b0b7559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build -prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down

0 comments on commit b0b7559

Please sign in to comment.