From f259f774c522204807ac6dce477f13aa9ba3e3a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 3 Aug 2022 15:17:39 +0200 Subject: [PATCH] chore(setup): fix lint script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b36f5cf7d..93ded1b26 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "node": ">=12.19.0 <17.0.0" }, "scripts": { - "lint": "yarn workspaces foreach -t --jobs 10 --verbose --exclude @standardnotes/components-meta run lint", + "lint": "yarn workspaces foreach -t --verbose --exclude @standardnotes/components-meta run lint", "test": "yarn workspaces foreach -pt --jobs 10 --verbose --exclude @standardnotes/components-meta run test", "clean": "lerna run clean", "build:all": "yarn workspaces foreach -pt --verbose --exclude '{@standardnotes/docs}' run build",