From 8cd965bb1e9ded7e35fdc8b640db7161549e84b8 Mon Sep 17 00:00:00 2001 From: Manu MA Date: Mon, 15 Oct 2018 12:58:55 -0500 Subject: [PATCH] chore(): update stencil (#15941) --- core/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/package.json b/core/package.json index de6c37438f..d3b8487ac1 100644 --- a/core/package.json +++ b/core/package.json @@ -30,7 +30,7 @@ "ionicons": "4.4.6" }, "devDependencies": { - "@stencil/core": "0.14.0-4", + "@stencil/core": "0.14.0-5", "@stencil/sass": "0.1.1", "@stencil/utils": "latest", "@types/jest": "^23.3.1", @@ -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", + "test": "stencil test --spec --e2e", "test.spec": "stencil test --spec", "test.e2e": "stencil test --e2e", "test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js",