diff --git a/package.json b/package.json index c3ae4c1843..21bfb3caab 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "build": "lerna run build --no-private --stream", "lint": "lerna run lint --stream --parallel", "test": "yarn run lint && yarn run build && yarn run testonly", - "testonly": "lerna run test --stream", + "testonly": "lerna run test --stream --parallel", "reset": "rimraf node_modules && git clean -xfd packages && yarn", "publish-prep": "yarn run reset && yarn run test", "prepack": "cpy README.md packages/blitz/", diff --git a/packages/cli/package.json b/packages/cli/package.json index e53698c576..0fb1be27ab 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -9,7 +9,7 @@ "dev": "rimraf lib && yarn build:templates && tsc --watch --preserveWatchOutput", "build": "rimraf lib && tsc && yarn build:templates", "build:templates": "rimraf templates/**/node_modules && cpy --dot --parents '!/node_modules/' templates lib", - "test": "jest", + "test": "jest | jest", "test:watch": "jest --watch" }, "author": {