Skip to content

Commit d981731

Browse files
author
Brian Chamberlain
committed
Added --stream
1 parent d649706 commit d981731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"test": "yarn lint && yarn test:packages",
6-
"test:packages": "lerna run test --concurrency 1",
6+
"test:packages": "lerna run test --concurrency 1 --stream",
77
"lint": "yarn eslint . && yarn solium -d .",
88
"prettier": "prettier \"**/*.{js,json,css,md}\" --write"
99
},

0 commit comments

Comments
 (0)