Changing yarn to pnpm
This commit is contained in:
@@ -26,5 +26,5 @@ branch=develop
|
||||
echo "Downloading Element Web from branch '${branch}'"
|
||||
git clone --branch "${branch}" "${repository_url}" "${directory_name}"
|
||||
cd "${directory_name}"
|
||||
yarn
|
||||
pnpm install
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user