We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d649706 commit d981731Copy full SHA for d981731
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"scripts": {
5
"test": "yarn lint && yarn test:packages",
6
- "test:packages": "lerna run test --concurrency 1",
+ "test:packages": "lerna run test --concurrency 1 --stream",
7
"lint": "yarn eslint . && yarn solium -d .",
8
"prettier": "prettier \"**/*.{js,json,css,md}\" --write"
9
},
0 commit comments