diff --git a/package.json b/package.json index 489b2a5..00c175d 100644 --- a/package.json +++ b/package.json @@ -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": {