diff --git a/package.json b/package.json index 9f4aadd1e..57a068a8b 100644 --- a/package.json +++ b/package.json @@ -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",