1
0
Fork 0
docsearch/netlify.toml
Pierre Millot 93578a4de0
fix: upgrade algoliasearch to v5 (#2326)
We can use the new generated client to stay up to date and upgrade packages that depends on docsearch.

---------

Co-authored-by: shortcuts <vannicattec@gmail.com>
2024-10-30 15:46:38 +01:00

7 lines
225 B
TOML

[build]
command="yarn build && yarn website:build"
publish="packages/website/build"
ignore="git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- packages/website/ yarn.lock"
[build.environment]
YARN_VERSION = "1.22.5"