Fix testing Netlify locally

There is no `serve` script in the package.json. This is meant to be `gatsby serve`
This commit is contained in:
yairmark
2019-05-11 01:32:24 +02:00
committed by GitHub
parent 9f86b25167
commit 921e631534

View File

@@ -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