Skip to content

Commit f099c57

Browse files
committed
chore(vercel): Move the script to the build step
1 parent 121e40a commit f099c57

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
@@ -9,8 +9,8 @@
99
"dev": "next dev",
1010
"dev:debug": "NODE_OPTIONS='--inspect' next dev",
1111
"build": "next build",
12+
"build:vercel": "node vercel.prestart.js && next build",
1213
"start": "next start",
13-
"start:vercel": "node vercel.prestart.js && next start",
1414
"tsc": "tsc --pretty --noEmit",
1515
"lint": "eslint lint --max-warnings=0",
1616
"format": "eslint --fix --max-warnings=0",

0 commit comments

Comments
 (0)