mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-01-13 15:29:16 +01:00
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:
parent
9f86b25167
commit
921e631534
@ -87,7 +87,7 @@ $ npm run develop
|
|||||||
To test the CMS locally, you'll need run a production build of the site:
|
To test the CMS locally, you'll need run a production build of the site:
|
||||||
```
|
```
|
||||||
$ npm run build
|
$ npm run build
|
||||||
$ npm run serve
|
$ gatsby serve
|
||||||
```
|
```
|
||||||
|
|
||||||
## Folder Structure
|
## Folder Structure
|
||||||
|
Loading…
Reference in New Issue
Block a user