diff --git a/netlify.toml b/netlify.toml index 7b3a312cea..6ea217a1d5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,10 +2,6 @@ publish = "_site" command = "npm run site" -[context.production] - command = "echo build" - publish = "." - [[redirects]] from = "/docs/resource/download" to = "/docs/spec/download"