Skip to content

Commit 3d1cabf

Browse files
authored
docs(example): update dev/start script in netlify example (#745)
1 parent 3416893 commit 3d1cabf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
### Example changes
11+
12+
- Updated dev/start script in netlify example
13+
1014
## [0.35.3] - 2023-09-26
1115

1216
### Added

examples/with-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"web-vitals": "^0.2.4"
2525
},
2626
"scripts": {
27-
"start": "netlify dev -c 'npx react-scripts start'",
27+
"start": "netlify dev -c 'npx react-scripts start' -f netlify/functions/",
2828
"build": "npx react-scripts build",
2929
"test": "npx react-scripts test",
3030
"eject": "npx react-scripts eject",

0 commit comments

Comments
 (0)