Skip to content

Commit 7e0268b

Browse files
committed
added dev, build and start script
1 parent 10661c8 commit 7e0268b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"react-dom": "^16.9.0"
66
},
77
"scripts": {
8+
"dev": "next",
9+
"build": "next build",
10+
"start": "next start",
811
"now-build": "npx next"
912
}
1013
}

0 commit comments

Comments
 (0)