Skip to content

Commit

Permalink
Merge pull request #8 from bigchaindb/feature/postinstall
Browse files Browse the repository at this point in the history
Run build after installation
  • Loading branch information
kremalicious authored Jun 8, 2017
2 parents 0554957 + 2fecec2 commit 9e60864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"test": "node --harmony-async-await test/plugin-test.js",
"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"
"release-major": "./node_modules/release-it/bin/release.js major --src.tagName='v%s' --github.release --npm.publish --non-interactive",
"postinstall": "npm run build"
},
"dependencies": {
"base64url": "^2.0.0",
Expand Down

0 comments on commit 9e60864

Please sign in to comment.