Skip to content

Commit

Permalink
chore(package): postinstall setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
klazich authored and gr2m committed Oct 24, 2016
1 parent bfcbee9 commit 4354b3e
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 @@ -65,6 +65,7 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"start": "./bin/start.js",
"pretest": "standard",
"test": "nyc tap --no-cov './test/{unit,integration}/**/*-test.js'"
"test": "nyc tap --no-cov './test/{unit,integration}/**/*-test.js'",
"postinstall": "node ./bin/setup.js"
}
}

0 comments on commit 4354b3e

Please sign in to comment.