From 750f06e2ef721b9be606df0c36619c1a32c0e26b Mon Sep 17 00:00:00 2001 From: Iku-turso Date: Tue, 6 Jun 2023 14:47:53 +0300 Subject: [PATCH] chore: Fix NX-dependencies of scripts in open-lens Co-authored-by: Janne Savolainen Signed-off-by: Mikko Aspiala --- open-lens/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/open-lens/package.json b/open-lens/package.json index 199f559937..5f6e86d25e 100644 --- a/open-lens/package.json +++ b/open-lens/package.json @@ -96,19 +96,19 @@ }, "dev:main": { "dependsOn": [ - "build", + "^build", "download:binaries" ] }, "dev:renderer": { "dependsOn": [ - "build", + "^build", "build:tray-icons" ] }, "dev-run": { "dependsOn": [ - "build" + "^build" ] } }