This commit is contained in:
parent
97baca05a7
commit
496b0a9a33
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,6 +23,7 @@ yarn-error.log
|
||||
# Visual Studio Code
|
||||
.vscode
|
||||
.vs
|
||||
.vs/*
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
|
@ -4,7 +4,7 @@
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"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",
|
||||
"test": "ng test"
|
||||
},
|
||||
|
Reference in New Issue
Block a user