diff --git a/core/package.json b/core/package.json index 4e3f9a1ccb..66d73436fd 100644 --- a/core/package.json +++ b/core/package.json @@ -75,7 +75,7 @@ "lint.ts": "tslint --project .", "lint.ts.fix": "tslint --project . --fix", "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", - "test": "stencil test --spec --e2e", + "test": "stencil test --spec", "test.spec": "stencil test --spec", "test.e2e": "stencil test --e2e", "test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js",