From 016fed45b32125bcbff8b81e80e4d909921acb21 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 27 Apr 2021 18:04:57 +0200 Subject: [PATCH] Update root lint commands --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75cbe240..25dccb29 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "format": "lerna run format", "format-text": "prettier --write \"./*.md\" && lerna run format-text", "format-shell": "shfmt -w scripts packages", - "lint": "lerna run lint", - "lint-fix": "lerna run lint-fix", + "lint": "yarn workspaces foreach run lint", + "lint-fix": "yarn workspaces foreach run lint-fix", "test": "lerna run test", "test-firefox": "lerna run test-firefox", "test-chrome": "lerna run test-chrome",