From 921e6315346b0d3b00a59d1595a374814acd77bb Mon Sep 17 00:00:00 2001 From: yairmark <28291977+yairmark@users.noreply.github.com> Date: Sat, 11 May 2019 01:32:24 +0200 Subject: [PATCH] Fix testing Netlify locally There is no `serve` script in the package.json. This is meant to be `gatsby serve` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15ca7e8..ac52b85 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ $ npm run develop To test the CMS locally, you'll need run a production build of the site: ``` $ npm run build -$ npm run serve +$ gatsby serve ``` ## Folder Structure