Skip to content

Commit 64d42de

Browse files
committed
build: run yarn start as development mode
1 parent 89e21f4 commit 64d42de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"dev": "next",
66
"build": "next build",
7-
"start": "next start",
7+
"start": "yarn dev",
88
"preexport": "yarn build",
99
"export": "next export",
1010
"serve": "serve out",

0 commit comments

Comments
 (0)