Skip to content

Commit a4ecdac

Browse files
Added start script in package.json
1 parent 0ac6d00 commit a4ecdac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"private": true,
33
"scripts": {
44
"dev": "next dev",
5-
"build": "next build"
5+
"build": "next build",
6+
"start": "next start"
67
},
78
"dependencies": {
89
"next": "latest",

0 commit comments

Comments
 (0)