remove cd from script
This commit is contained in:
parent
279980ce49
commit
b0f659b818
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user