run lint in parallel
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
"license": "AGPL-3.0-only",
|
||||
"scripts": {
|
||||
"test": "lerna run --stream test",
|
||||
"lint": "lerna run lint",
|
||||
"lint": "lerna run --parallel lint",
|
||||
"build": "lerna run build",
|
||||
"test:scoped:example": "lerna run test --scope={@omnivore/pdf-handler,@omnivore/web}",
|
||||
"gql-typegen": "graphql-codegen",
|
||||
|
||||
Reference in New Issue
Block a user