diff --git a/package.json b/package.json index d20cefb56d..f27989d385 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "pretest": "npm run lint", "test": "karma start", - "ci": "npm run e2e && npm run test", + "ci": "npm test && npm run e2e", "docs": "npm run typedoc -- --options typedoc.json --exclude '**/*.spec.ts' ./src/",