Skip to content

Commit 97c49ec

Browse files
committed
add prepack script
1 parent 2283bd5 commit 97c49ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"./dist/**/*.map"
2424
],
2525
"scripts": {
26+
"prepack": "pnpm run build:dist",
2627
"install": "prebuild-install -r napi || cmake-js compile",
2728
"build": "concurrently \"pnpm:build:*\"",
2829
"build:addon": "cmake-js build",

0 commit comments

Comments
 (0)