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