remove uneccessary stuff and work on CI
This commit is contained in:
parent
bab670f60b
commit
87160f5387
9 changed files with 8 additions and 287 deletions
|
@ -9,8 +9,10 @@
|
|||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start:dev": "ng serve --optimization=false --configuration=dev",
|
||||
"start:prod": "ng serve --optimization=false --configuration=prod",
|
||||
"start:local": "ng serve --optimization=false --configuration=local",
|
||||
"build": "ng build",
|
||||
"build:dev": "ng build --configuration=dev",
|
||||
"build:prod": "ng build --configuration=prod",
|
||||
"test": "ng test",
|
||||
"test:ci": "ng test --watch=false",
|
||||
"lint": "ng lint",
|
||||
|
|
Reference in a new issue