mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-22 09:46:58 +01:00
9 lines
110 B
Bash
Executable File
9 lines
110 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e -x
|
|
|
|
docker-compose up -d bigchaindb
|
|
|
|
npm install
|
|
gem install cowsay
|
|
npm install -g codecov |