build optimizations removed
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simple_Not 2022-10-22 16:35:12 +10:00
parent 97baca05a7
commit 496b0a9a33
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -23,6 +23,7 @@ yarn-error.log
# Visual Studio Code # Visual Studio Code
.vscode .vscode
.vs .vs
.vs/*
.vscode/* .vscode/*
!.vscode/settings.json !.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json

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", "build": "ng build --optimization=false",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test" "test": "ng test"
}, },