run lint in parallel

This commit is contained in:
Hongbo Wu
2024-05-18 10:15:03 +08:00
parent fc9d5c64ec
commit 6c13517e65

View File

@ -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",