From 59179add56dc3492f8a1790b3f46399387d52699 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 27 Apr 2021 18:42:41 +0200 Subject: [PATCH] Update root format commands --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25dccb29..501063b0 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "packages/*" ], "scripts": { - "format": "lerna run format", - "format-text": "prettier --write \"./*.md\" && lerna run format-text", + "format": "yarn workspaces foreach run format", + "format-text": "prettier --write \"./*.md\" && yarn workspaces foreach run format-text", "format-shell": "shfmt -w scripts packages", "lint": "yarn workspaces foreach run lint", "lint-fix": "yarn workspaces foreach run lint-fix",