Skip to content

Commit 4e19b5f

Browse files
committed
fix: update script
1 parent c606420 commit 4e19b5f

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
@@ -8,7 +8,7 @@
88
},
99
"scripts": {
1010
"dev": "concurrently \"contentlayer dev\" \"next dev -p 3000\"",
11-
"build": "contentlayer build && pnpm build:components && next build",
11+
"build": "contentlayer build && next build",
1212
"turbo": "next dev --turbo",
1313
"start": "next start",
1414
"lint": "next lint",

0 commit comments

Comments
 (0)