updated test:ci script
This commit is contained in:
parent
ad21b42b68
commit
b6c521479b
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user