configure package.json test:ci script to call app/package.json test:ci script
This commit is contained in:
parent
ff97b5d4fa
commit
ad21b42b68
@ -14,7 +14,7 @@
|
||||
"postinstall": "webdriver-manager update --gecko false",
|
||||
"start": "ionic serve",
|
||||
"test": "ng test --code-coverage",
|
||||
"test:ci": "ng test --watch=false",
|
||||
"test:ci": "ng test --watch=false --code-coverage && npm run e2e",
|
||||
"cov": "opn coverage/index.html"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
"start": "run-s watch-app",
|
||||
"watch-app": "cd app && npm start",
|
||||
"test": "cd app && ng test --code-coverage",
|
||||
"test:ci": "ng test --watch=false --code-coverage && npm run e2e"
|
||||
"test:ci": "cd app && npm test:ci"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user