udpated scripts

This commit is contained in:
Darren Nelsen 2018-03-14 15:12:00 -04:00
parent b6c521479b
commit 34e6089be9
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"name": "insight-ui",
"name": "insight-app",
"private": true,
"insightConfig": {
"apiPrefix": "api",

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 run test:ci"
"test:ci": "npm run test:ci"
},
"dependencies": {},
"devDependencies": {