From eea9090ed5637730411456e2c8970fc2f841da9e Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Wed, 20 Apr 2022 12:25:22 -0400 Subject: [PATCH] Netlify adapter, add --build flag in the readme (#3157) --- packages/integrations/netlify/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/netlify/README.md b/packages/integrations/netlify/README.md index bd98cc957..29a858d33 100644 --- a/packages/integrations/netlify/README.md +++ b/packages/integrations/netlify/README.md @@ -18,7 +18,7 @@ After you build your site the `netlify/` folder will contain [Netlify Functions] Now you can deploy! ```shell -netlify deploy +netlify deploy --build ``` ## Edge Functions