We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8f85f commit 5ab0a38Copy full SHA for 5ab0a38
package.json
@@ -112,7 +112,7 @@
112
"lint": "run-p format lint.eslint format",
113
"lint-test": "run-s lint-test.eslint",
114
"bench": "node --expose-gc test/bench",
115
- "prepublishOnly": "pnpm run build.js",
+ "prepare": "pnpm run build.js",
116
"bump": "pnpx npm-check-updates -u -x typescript,eslint,chai && pnpx typesync && pnpm update"
117
},
118
"cmake-ts": {
0 commit comments