pull/21833/head
Bruno Windels 2019-04-03 16:19:56 +02:00
parent 2228ba83af
commit 5d4ded05b4
2 changed files with 3 additions and 3 deletions

View File

@ -3,4 +3,4 @@
set -e
./synapse/install.sh
./riot/install.sh
npm install
yarn install

View File

@ -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