Skip to content

Commit

Permalink
chore: update build script for contentlayer2
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgsc committed Jul 22, 2024
1 parent ef48db9 commit d1c38aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion self-host/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "next dev",
"build": "pnpm contentlayer build && next build --debug",
"build": "pnpm contentlayer2 build && next build --debug",
"build:registry": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/build-registry.mts && prettier --loglevel silent --write \"src/registry/**/*.{ts,tsx,mdx}\" --cache",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit d1c38aa

Please sign in to comment.