1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00

tether needs bower as it seems

This commit is contained in:
Matthias Kretschmann 2017-04-12 17:10:43 +02:00
parent 824ccdc996
commit 4a93539e3f
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -7,7 +7,7 @@ echo " Installing dependencies "
echo "=============================================" echo "============================================="
echo "$(tput sgr0)" # reset echo "$(tput sgr0)" # reset
npm install gulpjs/gulp.git#4.0 -g npm install gulpjs/gulp.git#4.0 bower -g
npm install npm install
# Travis does that automatically after selecting ruby # Travis does that automatically after selecting ruby