Skip to content

Commit

Permalink
Changes in dev script (package.json) (vercel#31245)
Browse files Browse the repository at this point in the history
New Next.js projects now generates "dev": "next dev"



## Documentation / Examples

- [X] Make sure the linting passes by running `yarn lint`
  • Loading branch information
dyarfaradj authored Nov 11, 2021
1 parent 51ad254 commit ae72632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Next.js can be deployed to any hosting provider that supports Node.js. Make sure
```json
{
"scripts": {
"dev": "next",
"dev": "next dev",
"build": "next build",
"start": "next start"
}
Expand Down

0 comments on commit ae72632

Please sign in to comment.