diff --git a/netlify.toml b/netlify.toml index a16d760..97c6492 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "web/dist" functions = "api/dist/functions" [dev] - command = "yarn rw dev" + command = "yarn move-ts-defs && yarn rw dev" [[redirects]] from = "/*"