Added ci specific e2e and test scripts

This commit is contained in:
Tom Bloor 2017-09-28 14:12:25 +01:00
parent ed738b287a
commit cea000b90c
4 changed files with 8 additions and 2 deletions

View file

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