Skip to content

Commit 184916c

Browse files
committed
fix: solve warning of scripts missing when deploy on now
1 parent 80d680f commit 184916c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
6+
"start": "npm run collect && next dev",
67
"dev": "npm run collect && next dev",
78
"now-build": "npm run collect && next build",
89
"post": "node scripts/create.js",

0 commit comments

Comments
 (0)