use yarn
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
set -e
|
||||
./synapse/install.sh
|
||||
./riot/install.sh
|
||||
npm install
|
||||
yarn install
|
||||
|
||||
@@ -30,5 +30,5 @@ unzip -q riot.zip
|
||||
rm riot.zip
|
||||
mv riot-web-${RIOT_BRANCH} riot-web
|
||||
cd riot-web
|
||||
npm install
|
||||
npm run build
|
||||
yarn install
|
||||
yarn run build
|
||||
|
||||
Reference in New Issue
Block a user