updated test:ci script

This commit is contained in:
Darren Nelsen 2018-03-14 14:58:39 -04:00
parent ad21b42b68
commit b6c521479b

View File

@ -23,7 +23,7 @@
"start": "run-s watch-app",
"watch-app": "cd app && npm start",
"test": "cd app && ng test --code-coverage",
"test:ci": "cd app && npm test:ci"
"test:ci": "cd app && npm run test:ci"
},
"dependencies": {},
"devDependencies": {