chore(build): setting max workers to 2 in core tests

This commit is contained in:
Ely Lucas
2019-10-30 11:17:48 -06:00
parent 16815b3cc8
commit 9c7beff910

View File

@@ -79,7 +79,7 @@
"prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next",
"prerender.e2e": "node scripts/testing/prerender.js",
"start": "npm run build.css && stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test": "stencil test --spec --e2e --max-workers=2",
"test.spec": "stencil test --spec",
"test.spec.debug": "npx --node-arg=\"--inspect-brk\" stencil test --spec",
"test.e2e": "stencil test --e2e",