Skip to content

Commit fd5708f

Browse files
fix incorrect serve script
1 parent f335b77 commit fd5708f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"scripts": {
55
"scripts:release-post": "cross-env NODE_NO_WARNINGS=1 node scripts/release-post/index.mjs",
66
"dev": "npm run build-blog-data:watch & sleep 1 && cross-env NODE_NO_WARNINGS=1 next dev",
7-
"serve": "npm run build-blog-data:watch & sleep 1 && npm run dev",
7+
"serve": "npm run dev",
88
"prebuild": "npm run build-blog-data",
99
"build": "cross-env NODE_NO_WARNINGS=1 next build",
1010
"start": "cross-env NODE_NO_WARNINGS=1 next start",

0 commit comments

Comments
 (0)