Skip to content

Commit

Permalink
docs(example): update dev/start script in netlify example
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Sep 27, 2023
1 parent 3416893 commit 4a97650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/with-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a97650

Please sign in to comment.