Skip to content

Commit 915c474

Browse files
Auto-build WASM packages on npm install via prepare hook (#304)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5c63bd5 commit 915c474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint": "biome check .",
3333
"lint:fix": "biome check . --fix",
3434
"lint:summary": "biome check --reporter=summary",
35-
"prepare": "",
35+
"prepare": "npm run build:wasm",
3636
"site:build:relativeurls": "npm run build && npm run site:clean && node scripts/copy-site-files.js && mkdocs build && node scripts/rename-assets-to-static.js && node scripts/replace-urls.js",
3737
"site:build": "npm run build && npm run site:clean && node scripts/copy-site-files.js && mkdocs build && node scripts/rename-assets-to-static.js",
3838
"site:clean": "node scripts/clean-site-files.js && node scripts/clean-site.js",

0 commit comments

Comments
 (0)