1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2025-02-08 10:29:44 +01:00
This commit is contained in:
tim 2017-06-21 15:27:02 +02:00
parent 895b6960b2
commit f77f22b89d
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ before_install:
-e BIGCHAINDB_DATABASE_HOST=172.17.0.1
bigchaindb/bigchaindb:master
start
- gem install lolcat
- gem install cowsay
- npm install -g codecov

View File

@ -20,7 +20,7 @@
"build:dist": "cross-env NODE_ENV=production webpack -p",
"clean": "rimraf dist/bundle dist/node",
"test": "npm run lint && nyc ava test/ && npm run thanks && npm run report-coverage",
"thanks": "cowsay Hi, thanks for your interest in BigchainDB. We appreciate your contribution! | lolcat",
"thanks": "cowsay Hi, thanks for your interest in BigchainDB. We appreciate your contribution!",
"release": "./node_modules/release-it/bin/release.js --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-minor": "./node_modules/release-it/bin/release.js minor --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"release-major": "./node_modules/release-it/bin/release.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive",