From f136402117e30048ff645af3ab09868d7fca692f Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Thu, 1 Jun 2023 14:59:18 +0300 Subject: [PATCH] chore: Make a change in Feature not cause everything to be rebuilt Co-authored-by: Janne Savolainen Signed-off-by: Mikko Aspiala Signed-off-by: Iku-turso --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 494cead444..0c20af9b72 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "clean": "lerna run clean --stream", "clean:node_modules": "lerna clean -y && rimraf node_modules", "dev": "cross-env NODE_ENV=development lerna run build --stream --skip-nx-cache", - "postdev": "cross-env NODE_ENV=development lerna watch -- lerna run build --stream --include-dependents --scope \\$LERNA_PACKAGE_NAME", + "postdev": "cross-env NODE_ENV=development lerna watch -- lerna run build --stream --scope \\$LERNA_PACKAGE_NAME", "prestart-dev": "cd ./open-lens && npm run build:tray-icons && npm run download:binaries", "start-dev": "lerna run start", "postinstall": "linkable",