Skip to content

Commit

Permalink
feat: add update search index to build script (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: stefanicjuraj <[email protected]>
  • Loading branch information
stefanicjuraj authored Nov 29, 2024
1 parent c8ad342 commit d04dbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"postinstall": "is-ci || husky",
"dev": "astro dev --host",
"start": "yarn run dev",
"build": "yarn update-llms && astro build",
"build": "yarn update-search && yarn update-llms && astro build",
"preview": "astro preview --host",
"astro": "astro",
"update-cli-reference": "node ./tools/update-cli-reference.js",
Expand Down

0 comments on commit d04dbcb

Please sign in to comment.