We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47d4c0 commit 44687ebCopy full SHA for 44687eb
package.json
@@ -26,6 +26,7 @@
26
"scripts": {
27
"build:libzmq": "node scripts/download-win-lib.js && ./build_libzmq.sh",
28
"install": "prebuild --install --preinstall \"npm run build:libzmq\"",
29
+ "rebuild": "prebuild --compile",
30
"build:docs": "jsdoc -R README.md -d docs lib/*.js",
31
"test": "mocha --expose-gc --slow 300",
32
"test:electron": "electron-mocha --slow 300",
0 commit comments