From cbf6faebc6ad2be6e414d6e0fb1703a8dc2e8b48 Mon Sep 17 00:00:00 2001 From: Yo Iwamoto Date: Mon, 8 Apr 2024 21:12:57 +0900 Subject: [PATCH] fix: build script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8a4022..583c4f5 100644 --- a/package.json +++ b/package.json @@ -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",