use yarn
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@
|
|||||||
set -e
|
set -e
|
||||||
./synapse/install.sh
|
./synapse/install.sh
|
||||||
./riot/install.sh
|
./riot/install.sh
|
||||||
npm install
|
yarn install
|
||||||
|
|||||||
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user