(global) "ng build" automatically builds into production mode by default

This commit is contained in:
sercan 2021-05-14 14:15:54 +03:00
parent f4ca06a9a8
commit 0c5f5b9165

View File

@ -6,7 +6,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"