Skip to content

Commit 2ba7b1a

Browse files
asdf
1 parent edaaf5e commit 2ba7b1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"node": ">= 16.20.1"
3333
},
3434
"scripts": {
35-
"install": "prebuild-install --runtime napi || node-gyp rebuild",
35+
"install": "prebuild-install --runtime napi || npm run clean-install",
36+
"clean-install": "npm run install-zstd && npm run compile",
3637
"compile": "node-gyp rebuild",
3738
"test": "mocha test/index.test.js",
3839
"install-zstd": "bash etc/install-zstd.sh",

0 commit comments

Comments
 (0)