Skip to content

Commit 4586d8a

Browse files
committed
fix: contentlayer build
1 parent 803e4ca commit 4586d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"private": true,
66
"scripts": {
77
"dev": "next dev --turbopack",
8-
"build": "next build",
8+
"build": "contentlayer build && next build",
99
"start": "next start",
1010
"lint": "next lint",
1111
"lint:fix": "next lint --fix",
1212
"typecheck": "tsc --noEmit",
13-
"contentlayer": "contentlayer build || true"
13+
"contentlayer": "contentlayer build"
1414
},
1515
"dependencies": {
1616
"@tailwindcss/typography": "^0.5.16",

0 commit comments

Comments
 (0)