We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ecb2b commit 1952672Copy full SHA for 1952672
package.json
@@ -8,7 +8,7 @@
8
"clean": "lerna run --stream clean && lerna clean --yes",
9
"fix": "lerna run --stream --concurrency 1 fix",
10
"link:yarn": "lerna run --stream --concurrency 1 link:yarn",
11
- "lint": "lerna run --stream --concurrency 1 lint",
+ "lint": "lerna run --stream --concurrency 9999 --no-sort lint",
12
"test": "lerna run --stream --concurrency 1 --sort test",
13
"codecov": "codecov",
14
"pack:changed": "lerna run pack --since",
0 commit comments