Added test:once and ci npm commands

This commit is contained in:
Tom Bloor 2017-09-13 17:42:09 +01:00
parent 9f629f2e6a
commit f527bbb748

View file

@ -11,8 +11,10 @@
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"test:once": "ng test --watch=false",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e" "e2e": "ng e2e",
"ci": "npm run test:once && npm run e2e"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {