build optimizations removed removeed
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
496b0a9a33
commit
6e687f351e
@ -4,7 +4,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --host=0.0.0.0 --disable-host-check --verbose",
|
"start": "ng serve --host=0.0.0.0 --disable-host-check --verbose",
|
||||||
"build": "ng build --optimization=false",
|
"build": "ng build",
|
||||||
"watch": "ng build --watch --configuration development",
|
"watch": "ng build --watch --configuration development",
|
||||||
"test": "ng test"
|
"test": "ng test"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user