From 6c13517e65e01e52c6c6495a3c4eed6b52c28748 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Sat, 18 May 2024 10:15:03 +0800 Subject: [PATCH] run lint in parallel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",