Skip to content

Commit 75a41ea

Browse files
fix: make start script reference dev script (#982)
1 parent c17e061 commit 75a41ea

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
@@ -58,7 +58,7 @@
5858
"format": "prettier --write \"src/**/*.{ts,tsx,mdx}\"",
5959
"lint": "next lint --fix",
6060
"now-build": "npm run build",
61-
"start": "npm run develop",
61+
"start": "npm run dev",
6262
"typecheck": "tsc --noEmit"
6363
},
6464
"husky": {

0 commit comments

Comments
 (0)