build optimizations removed removeed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2022-10-22 16:39:34 +10:00
parent 496b0a9a33
commit 6e687f351e

View File

@ -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"
}, },