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>
7 lines
225 B
TOML
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"
|