remove uneccessary stuff and work on CI

This commit is contained in:
Thomas Bloor 2019-09-09 20:45:24 +01:00
parent bab670f60b
commit 87160f5387
No known key found for this signature in database
GPG key ID: 4657C7EBE42CC5CC
9 changed files with 8 additions and 287 deletions

View file

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