From a8f8272aea306614af6a6e07ec12e8aa3ed6441a Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sun, 14 Oct 2018 11:45:33 -0500 Subject: [PATCH] chore(): disable e2e in validate (until fixed) --- core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",