use yarn
parent
2228ba83af
commit
5d4ded05b4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue