From eebddaa760a54781f041161862ce8100ca298e0c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 22 May 2024 13:10:50 -0400 Subject: [PATCH] update netlify build Signed-off-by: Rui Chen --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"