Skip to content

Commit 0b131ca

Browse files
jamoarunoda
authored andcommitted
Add next build and next start to the first How to use sample (#894)
1 parent 0b3db91 commit 0b131ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ and add a script to your package.json like this:
2121
```json
2222
{
2323
"scripts": {
24-
"dev": "next"
24+
"dev": "next",
25+
"build": "next build",
26+
"start": "next start"
2527
}
2628
}
2729
```

0 commit comments

Comments
 (0)