Skip to content

Commit

Permalink
add postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Jun 8, 2017
1 parent 0554957 commit 2fecec2
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 2fecec2

Please sign in to comment.