Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
add rebuild npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphtheninja committed Jul 27, 2015
1 parent 0899a35 commit de7ff9c
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 @@ -50,7 +50,8 @@
},
"scripts": {
"install": "prebuild --download",
"test": "tape test/*-test.js | faucet"
"test": "tape test/*-test.js | faucet",
"rebuild": "rm -rf build-pre-gyp build && prebuild --compile"
},
"license": "MIT",
"gypfile": true,
Expand Down

0 comments on commit de7ff9c

Please sign in to comment.