We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803e4ca commit 4586d8aCopy full SHA for 4586d8a
apps/www/package.json
@@ -5,12 +5,12 @@
5
"private": true,
6
"scripts": {
7
"dev": "next dev --turbopack",
8
- "build": "next build",
+ "build": "contentlayer build && next build",
9
"start": "next start",
10
"lint": "next lint",
11
"lint:fix": "next lint --fix",
12
"typecheck": "tsc --noEmit",
13
- "contentlayer": "contentlayer build || true"
+ "contentlayer": "contentlayer build"
14
},
15
"dependencies": {
16
"@tailwindcss/typography": "^0.5.16",
0 commit comments