We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c63bd5 commit 915c474Copy full SHA for 915c474
1 file changed
package.json
@@ -32,7 +32,7 @@
32
"lint": "biome check .",
33
"lint:fix": "biome check . --fix",
34
"lint:summary": "biome check --reporter=summary",
35
- "prepare": "",
+ "prepare": "npm run build:wasm",
36
"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",
37
"site:build": "npm run build && npm run site:clean && node scripts/copy-site-files.js && mkdocs build && node scripts/rename-assets-to-static.js",
38
"site:clean": "node scripts/clean-site-files.js && node scripts/clean-site.js",
0 commit comments