Changing yarn to pnpm
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
+ [NodeJS](https://nodejs.org/)
|
+ [NodeJS](https://nodejs.org/)
|
||||||
+ [Yarn](https://yarnpkg.com/)
|
+ [pnpm](https://pnpm.io/)
|
||||||
+ [curl](https://curl.se/)
|
+ [curl](https://curl.se/)
|
||||||
+ [patch](https://savannah.gnu.org/projects/patch/)
|
+ [patch](https://savannah.gnu.org/projects/patch/)
|
||||||
+ [jq](https://jqlang.github.io/jq/)
|
+ [jq](https://jqlang.github.io/jq/)
|
||||||
@@ -36,7 +36,7 @@ cd patches/
|
|||||||
4. Build Element Web
|
4. Build Element Web
|
||||||
```
|
```
|
||||||
cd ../element-web
|
cd ../element-web
|
||||||
yarn dist
|
pnpm dist
|
||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
@@ -26,5 +26,5 @@ branch=develop
|
|||||||
echo "Downloading Element Web from branch '${branch}'"
|
echo "Downloading Element Web from branch '${branch}'"
|
||||||
git clone --branch "${branch}" "${repository_url}" "${directory_name}"
|
git clone --branch "${branch}" "${repository_url}" "${directory_name}"
|
||||||
cd "${directory_name}"
|
cd "${directory_name}"
|
||||||
yarn
|
pnpm install
|
||||||
cd ..
|
cd ..
|
||||||
|
|||||||
Reference in New Issue
Block a user