Plugin workspace-tools is included by default starting from Yarn 4.
parent
cab1bc3cb4
commit
1259d72643
1
Make.bat
1
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...
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue