chore(build): do not use workers during validation

This commit is contained in:
Adam Bradley
2018-07-10 10:27:38 -05:00
parent 7f729495d5
commit 13842e70b1

View File

@ -71,7 +71,7 @@
"theme-builder:dev": "sd concurrent \"npm run theme-app-build -- --watch\" \"stencil build --dev --watch\" \"stencil-dev-server\" \"npm run theme-server\" ", "theme-builder:dev": "sd concurrent \"npm run theme-app-build -- --watch\" \"stencil build --dev --watch\" \"stencil-dev-server\" \"npm run theme-server\" ",
"theme-server": "node scripts/theme-builder/server.js", "theme-server": "node scripts/theme-builder/server.js",
"tsc": "./node_modules/.bin/tsc -p .", "tsc": "./node_modules/.bin/tsc -p .",
"validate": "npm run lint && npm run test && npm run build" "validate": "npm run lint && npm run test && npm run build --max-workers 1 --debug"
}, },
"author": "Ionic Team", "author": "Ionic Team",
"license": "MIT", "license": "MIT",