mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
10 lines
84 B
Bash
Executable File
10 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e;
|
|
|
|
npm install gulp -g
|
|
npm install
|
|
bundle install
|
|
|
|
exit;
|