remove cd from script

This commit is contained in:
Darren Nelsen 2018-03-14 13:28:53 -04:00
parent 279980ce49
commit b0f659b818

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 && ng test --watch=false --code-coverage && npm run e2e"
"test:ci": "ng test --watch=false --code-coverage && npm run e2e"
},
"dependencies": {},
"devDependencies": {