Skip to content

Commit 3b92160

Browse files
committed
get npm test to work on Windows
1 parent 3e9e4c9 commit 3b92160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url" : "http://github.com/ncb000gt/node.bcrypt.js/issues"
2020
},
2121
"scripts": {
22-
"test": "make test"
22+
"test": "node-gyp rebuild && node ./node_modules/nodeunit/bin/nodeunit ./test"
2323
},
2424
"dependencies": {
2525
"bindings": "1.0.0"

0 commit comments

Comments
 (0)