diff --git a/netlify.toml b/netlify.toml index 86030bdfcb..53061e144b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ [build] base = "/" publish = "runatlantis.io/.vitepress/dist/" - command = "pnpm website:build" + command = "pnpm install && pnpm website:build" [[redirects]] from = "/guide/getting-started.html"