Skip to content

Commit

Permalink
refactor(package.json): renamve build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianKohler committed Feb 23, 2020
1 parent 22f11dc commit 5304181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "run-p start:*",
"start:lib": "npm run build:watch",
"start:demo": "ng serve demo",
"build:prod": "ng build --prod",
"build": "ng build --prod",
"build:watch": "ng build --watch",
"test": "ng test",
"lint": "ng lint",
Expand Down

0 comments on commit 5304181

Please sign in to comment.