Skip to content

Commit

Permalink
Added preversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
tqn committed Feb 22, 2016
1 parent f3e6768 commit 4143caf
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 @@ -5,7 +5,8 @@
"main": "bin/crawler.js",
"private": true,
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
"test": "mocha --compilers coffee:coffee-script/register",
"preversion": "npm test"
},
"author": "Tej Qu Nair",
"license": "MIT",
Expand Down

0 comments on commit 4143caf

Please sign in to comment.