1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00
site/_ci/setup.sh

10 lines
84 B
Bash
Raw Normal View History

2016-03-03 17:21:24 +01:00
#!/usr/bin/env bash
set -e;
npm install gulp -g
npm install
bundle install
exit;