Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit d04dbcb

Browse files
feat: add update search index to build script (#199)
Signed-off-by: stefanicjuraj <[email protected]>
1 parent c8ad342 commit d04dbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"postinstall": "is-ci || husky",
88
"dev": "astro dev --host",
99
"start": "yarn run dev",
10-
"build": "yarn update-llms && astro build",
10+
"build": "yarn update-search && yarn update-llms && astro build",
1111
"preview": "astro preview --host",
1212
"astro": "astro",
1313
"update-cli-reference": "node ./tools/update-cli-reference.js",

0 commit comments

Comments
 (0)