mirror of https://github.com/vector-im/riot-web
use yarn
parent
2228ba83af
commit
5d4ded05b4
|
@ -3,4 +3,4 @@
|
||||||
set -e
|
set -e
|
||||||
./synapse/install.sh
|
./synapse/install.sh
|
||||||
./riot/install.sh
|
./riot/install.sh
|
||||||
npm install
|
yarn install
|
||||||
|
|
|
@ -30,5 +30,5 @@ unzip -q riot.zip
|
||||||
rm riot.zip
|
rm riot.zip
|
||||||
mv riot-web-${RIOT_BRANCH} riot-web
|
mv riot-web-${RIOT_BRANCH} riot-web
|
||||||
cd riot-web
|
cd riot-web
|
||||||
npm install
|
yarn install
|
||||||
npm run build
|
yarn run build
|
||||||
|
|
Loading…
Reference in New Issue