Skip to content

Commit

Permalink
🐛 fix(package): fix contentlayer builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ythecombinator committed Nov 26, 2023
1 parent 48e6a8a commit 931d44f
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 106 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next",
"build": "next build",
"build": "contentlayer build && next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
Expand Down Expand Up @@ -44,7 +44,7 @@
"autoprefixer": "10.4.16",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"contentlayer": "0.3.4",
"contentlayer": "0.3.3",
"esbuild": "0.19.7",
"framer-motion": "10.16.5",
"fs-extra": "11.1.1",
Expand All @@ -53,8 +53,8 @@
"graphql": "16.8.1",
"handlebars": "4.7.8",
"mdx-bundler": "10.0.1",
"next": "14.0.3",
"next-contentlayer": "0.3.4",
"next": "13.4.9",
"next-contentlayer": "0.3.3",
"next-mdx-remote": "4.4.1",
"next-seo": "6.4.0",
"next-sitemap": "4.2.3",
Expand Down
Loading

0 comments on commit 931d44f

Please sign in to comment.