Skip to content

Commit 005cbda

Browse files
committed
fix: correct prebuild script to directly use prebuildify, and not run sync
1 parent f954651 commit 005cbda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"clean:gyp": "node-gyp clean",
2020
"sync": "node scripts/sync-from-node.js",
2121
"node-gyp-rebuild": "node-gyp rebuild",
22-
"prebuildify": "prebuildify --napi --tag-libc --strip",
23-
"prebuild": "run-s sync prebuildify",
22+
"prebuild": "prebuildify --napi --tag-libc --strip",
2423
"compile": "tsc --noEmit",
2524
"bundle": "tsup src/index.ts --format cjs,esm --dts",
2625
"test": "jest",

0 commit comments

Comments
 (0)