mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
run lint in parallel
This commit is contained in:
parent
fc9d5c64ec
commit
6c13517e65
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue