From 69926debca4c2557d3ca62fb5147c761905927f7 Mon Sep 17 00:00:00 2001 From: "Nanashi." Date: Wed, 1 Jan 2025 20:21:54 +0900 Subject: [PATCH] =?UTF-8?q?Change:=20=E3=83=86=E3=82=B9=E3=83=88=E3=82=92?= =?UTF-8?q?=E7=A0=B4=E5=A3=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b695fe3..53b6f56 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "typecheck": "tsc --noEmit", "lint": "biome check", "lint:fix": "biome check --write", - "check": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build:check" + "check": "pnpm run lint && pnpm run typecheck && pnpm run test && pnpm run build:check && exit 1" }, "license": "MIT", "packageManager": "pnpm@9.15.2",