Plugin workspace-tools is included by default starting from Yarn 4.

pull/8839/head
Akshay Joshi 2025-06-09 11:57:02 +05:30
parent cab1bc3cb4
commit 1259d72643
3 changed files with 0 additions and 3 deletions

View File

@ -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...

View File

@ -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

View File

@ -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