chore(): disable e2e in validate (until fixed)

This commit is contained in:
Manu Mtz.-Almeida
2018-10-14 11:45:33 -05:00
parent fa10f01f31
commit a8f8272aea

View File

@ -75,7 +75,7 @@
"lint.ts": "tslint --project .", "lint.ts": "tslint --project .",
"lint.ts.fix": "tslint --project . --fix", "lint.ts.fix": "tslint --project . --fix",
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", "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.spec": "stencil test --spec",
"test.e2e": "stencil test --e2e", "test.e2e": "stencil test --e2e",
"test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js", "test.screenshot": "stencil test --e2e --screenshot --screenshot-connector=scripts/screenshot/dev.js",