From dfb84d54e7ae7e354bb89c77fbbe9ad7e3e44be9 Mon Sep 17 00:00:00 2001 From: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Date: Fri, 16 Aug 2024 17:47:25 +0100 Subject: [PATCH] fix: release command --- packages/unplugin-typia/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/unplugin-typia/package.json b/packages/unplugin-typia/package.json index f1b47edb..b87d830d 100644 --- a/packages/unplugin-typia/package.json +++ b/packages/unplugin-typia/package.json @@ -39,7 +39,7 @@ "format": "eslint --cache --fix .", "test": "vitest --typecheck --testTimeout 150000", "check": "nr tsc --noEmit", - "release": "nr test && bumpp", + "release": "nr test run && nr lint && nr check && bumpp", "publish": "nr publish:prepare && nr test && nlx jsr publish --allow-dirty", "publish:prepare": "nlx pkg-to-jsr && bun run --shell bun cp ../../LICENSE ." },