From 1259d726436eb3cf85df0ac4ee154c818fd0b854 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Mon, 9 Jun 2025 11:57:02 +0530 Subject: [PATCH] Plugin workspace-tools is included by default starting from Yarn 4. --- Make.bat | 1 - pkg/linux/build-functions.sh | 1 - pkg/mac/build-functions.sh | 1 - 3 files changed, 3 deletions(-) diff --git a/Make.bat b/Make.bat index 3e4bbc87d..bbc4ac4b6 100644 --- a/Make.bat +++ b/Make.bat @@ -272,7 +272,6 @@ REM Main build sequence Ends CALL yarn set version berry || EXIT /B 1 CALL yarn set version 4 || EXIT /B 1 - CALL yarn plugin import workspace-tools || EXIT /B 1 CALL yarn workspaces focus --production || EXIT /B 1 ECHO Removing yarn cache... diff --git a/pkg/linux/build-functions.sh b/pkg/linux/build-functions.sh index 8299c1651..9eb5b1b49 100644 --- a/pkg/linux/build-functions.sh +++ b/pkg/linux/build-functions.sh @@ -178,7 +178,6 @@ _build_runtime() { pushd "${BUNDLEDIR}/resources/app" > /dev/null || exit yarn set version berry yarn set version 4 - yarn plugin import workspace-tools yarn workspaces focus --production # remove the yarn cache diff --git a/pkg/mac/build-functions.sh b/pkg/mac/build-functions.sh index 1bb5f9ffe..8c6c8d642 100644 --- a/pkg/mac/build-functions.sh +++ b/pkg/mac/build-functions.sh @@ -60,7 +60,6 @@ _build_runtime() { pushd "${BUNDLE_DIR}/Contents/Resources/app/" > /dev/null || exit yarn set version berry yarn set version 4 - yarn plugin import workspace-tools yarn workspaces focus --production # remove the yarn cache