From 624f7993c5eb6e3e31d9c766e4932d65b424b5df Mon Sep 17 00:00:00 2001 From: Paul Molin Date: Wed, 11 May 2022 18:09:28 +0200 Subject: [PATCH] chore: remove global watch command only the 4 first packages would be watched, this command should never be executed --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b81b367..60ff30e 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,7 @@ "test-circular": "nx run-many --target=test-circular --all --parallel=4", "test-linter": "nx run-many --target=test-linter --all --parallel=4", "test-type": "nx run-many --target=test-type --all --parallel=4", - "test-unit": "nx run-many --target=test-unit --all --parallel=4", - "watch": "nx run-many --target=watch --all --parallel=4" + "test-unit": "nx run-many --target=test-unit --all --parallel=4" }, "devDependencies": { "@commitlint/cli": "^16.2.4",