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.
package.json
1 parent eadcdca commit 739d975Copy full SHA for 739d975
website/package.json
@@ -4,7 +4,7 @@
4
"type": "module",
5
"scripts": {
6
"dev": "vite dev",
7
- "build": "vite build && bun run update-search-index",
+ "build": "vite build && npm run update-search-index",
8
"preview": "vite preview",
9
"update-search-index": "pagefind --site ./dist/ --glob \"docs/**/*.html\"",
10
"check": "biome check .",
0 commit comments