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 edaaf5e commit 2ba7b1aCopy full SHA for 2ba7b1a
package.json
@@ -32,7 +32,8 @@
32
"node": ">= 16.20.1"
33
},
34
"scripts": {
35
- "install": "prebuild-install --runtime napi || node-gyp rebuild",
+ "install": "prebuild-install --runtime napi || npm run clean-install",
36
+ "clean-install": "npm run install-zstd && npm run compile",
37
"compile": "node-gyp rebuild",
38
"test": "mocha test/index.test.js",
39
"install-zstd": "bash etc/install-zstd.sh",
0 commit comments