Skip to content

Commit

Permalink
fix: build script
Browse files Browse the repository at this point in the history
  • Loading branch information
yo-iwamoto committed Apr 8, 2024
1 parent 5775b8c commit cbf6fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"prepare": "git config core.hooksPath .githooks",
"dev": "next dev",
"build": "pnpm build:content && pnpm build:next",
"build": "pnpm build:contents && pnpm build:next",
"build:next": "next build",
"build:contents": "tsx src/scripts/build-contents.ts",
"start": "next start",
Expand Down

0 comments on commit cbf6fae

Please sign in to comment.