Skip to content

Commit 9268962

Browse files
committedNov 3, 2022
use prepare rather than prepublish
1 parent ebdc29b commit 9268962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clean": "rimraf dist",
2424
"compile": "tsc -p ./tsconfig.json",
2525
"download:wasm": "node .github/scripts/downloadWasm.js",
26-
"postinstall": "npm run download:wasm",
26+
"prepare": "npm run download:wasm",
2727
"release": "release-it --github.release --ci --npm.skipChecks --no-git.requireCleanWorkingDir",
2828
"test": "run-s test:*",
2929
"test:nodejs": "vitest --config ./vitest.config.ts",

0 commit comments

Comments
 (0)