Skip to content

Commit 5ab0a38

Browse files
committed
chore: run prepare before packing
1 parent 9b8f85f commit 5ab0a38

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
@@ -112,7 +112,7 @@
112112
"lint": "run-p format lint.eslint format",
113113
"lint-test": "run-s lint-test.eslint",
114114
"bench": "node --expose-gc test/bench",
115-
"prepublishOnly": "pnpm run build.js",
115+
"prepare": "pnpm run build.js",
116116
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai && pnpx typesync && pnpm update"
117117
},
118118
"cmake-ts": {

0 commit comments

Comments
 (0)