This commit is contained in:
tim 2017-06-21 15:09:35 +02:00
parent f007dedd35
commit 5bf7009c3e
1 changed files with 1 additions and 1 deletions

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! | lolcat",
"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",