Added corepack enable command.

This commit is contained in:
Akshay Joshi 2024-03-04 17:30:16 +05:30
parent d26182d178
commit 8b130b3351

View File

@ -288,6 +288,7 @@ _complete_bundle() {
# Build node modules
pushd "${SOURCE_DIR}/web" > /dev/null || exit
corepack enable
yarn set version berry
yarn set version 3
yarn install