add test:ci script to root package.json

This commit is contained in:
Darren Nelsen 2018-03-14 12:55:34 -04:00
parent dbc0690265
commit 2162e38c1a

View File

@ -22,7 +22,8 @@
"install-app": "cd app && npm install",
"start": "run-s watch-app",
"watch-app": "cd app && npm start",
"test": "cd app && ng test --code-coverage"
"test": "cd app && ng test --code-coverage",
"test:ci": "cd app && ng test --watch=false --code-coverage && npm run e2e"
},
"dependencies": {},
"devDependencies": {