From 4703549a67441cbe0b0471961e7174ae79ef9d02 Mon Sep 17 00:00:00 2001 From: Mo Date: Sun, 12 Jun 2022 21:50:48 -0500 Subject: [PATCH] chore: use yarn workspaces iterator --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da2f2b76c..4410b972c 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "node": ">=12.19.0 <17.0.0" }, "scripts": { - "lint": "lerna run lint --parallel", - "test": "lerna run test --parallel", + "lint": "yarn workspaces foreach --parallel run lint", + "test": "yarn workspaces foreach --parallel run test", "clean": "lerna run clean", "build": "yarn workspaces foreach -pt run build", "build:icons": "yarn workspace @standardnotes/icons build",