udpated scripts
This commit is contained in:
parent
b6c521479b
commit
34e6089be9
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "insight-ui",
|
"name": "insight-app",
|
||||||
"private": true,
|
"private": true,
|
||||||
"insightConfig": {
|
"insightConfig": {
|
||||||
"apiPrefix": "api",
|
"apiPrefix": "api",
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"start": "run-s watch-app",
|
"start": "run-s watch-app",
|
||||||
"watch-app": "cd app && npm start",
|
"watch-app": "cd app && npm start",
|
||||||
"test": "cd app && ng test --code-coverage",
|
"test": "cd app && ng test --code-coverage",
|
||||||
"test:ci": "cd app && npm run test:ci"
|
"test:ci": "npm run test:ci"
|
||||||
},
|
},
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user