diff --git a/CHANGELOG.md b/CHANGELOG.md index 360f302d1..87e692921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +### Example changes + +- Updated dev/start script in netlify example + ## [0.35.3] - 2023-09-26 ### Added diff --git a/examples/with-netlify/package.json b/examples/with-netlify/package.json index 395f61abf..3567157be 100644 --- a/examples/with-netlify/package.json +++ b/examples/with-netlify/package.json @@ -24,7 +24,7 @@ "web-vitals": "^0.2.4" }, "scripts": { - "start": "netlify dev -c 'npx react-scripts start'", + "start": "netlify dev -c 'npx react-scripts start' -f netlify/functions/", "build": "npx react-scripts build", "test": "npx react-scripts test", "eject": "npx react-scripts eject",