diff --git a/netlify.toml b/netlify.toml index 6ea217a1d5..c327618038 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,6 +1,6 @@ [build] publish = "_site" - command = "npm run site" + command = "npm run compile && npm run dist && npm run site" [[redirects]] from = "/docs/resource/download"