Skip to content

Commit b95f9a6

Browse files
committed
chore: do not run prebuild on prepublish to not overwrite the downloaded files
1 parent bf63be6 commit b95f9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"benchmark": "npm run benchmark:small && npm run benchmark:regular && npm run benchmark:large",
2222
"bump": "ncu -u",
2323
"prepare": "npm run build",
24-
"prepublishOnly": "npm run native:prebuild && npm run js:build"
24+
"prepublishOnly": "npm run js:build"
2525
},
2626
"gypfile": true,
2727
"targets": {

0 commit comments

Comments
 (0)