Skip to content

Commit 44687eb

Browse files
committed
Add rebuild script
1 parent d47d4c0 commit 44687eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"scripts": {
2727
"build:libzmq": "node scripts/download-win-lib.js && ./build_libzmq.sh",
2828
"install": "prebuild --install --preinstall \"npm run build:libzmq\"",
29+
"rebuild": "prebuild --compile",
2930
"build:docs": "jsdoc -R README.md -d docs lib/*.js",
3031
"test": "mocha --expose-gc --slow 300",
3132
"test:electron": "electron-mocha --slow 300",

0 commit comments

Comments
 (0)