Skip to content

Commit

Permalink
add back --parallel and double jest call in cli tests, because still …
Browse files Browse the repository at this point in the history
…failing on 1st run again
  • Loading branch information
flybayer committed May 1, 2020
1 parent 83fbd58 commit 21f29d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 21f29d2

Please sign in to comment.