diff --git a/package.json b/package.json index f2883aceb..f2ee58ac3 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "url": "git://github.com/nodejs/node-addon-api.git" }, "scripts": { - "pretest": "node-gyp rebuild -C test", + "pretest": "node-gyp configure build -C test", "test": "node test", "doc": "doxygen doc/Doxyfile" },