From 87c87d6c037359e6af4801b974e3d1bae371e6aa Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Wed, 20 May 2026 13:39:54 -0400 Subject: [PATCH] chore: check and publish on release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99ec4ab..1d17c6c 100644 --- a/package.json +++ b/package.json @@ -17,14 +17,14 @@ "scripts": { "build": "tsdown", "changelog": "changelogen", - "check": "npm run format:check && npm run lint && npm run typecheck", + "check": "pnpm run format:check && pnpm run lint && pnpm run typecheck", "dev": "tsx src/cli.ts", "format:check": "oxfmt . --check", "format": "oxfmt . --write", "lint:fix": "oxlint . --fix", "lint": "oxlint .", "prepare": "husky", - "release": "changelogen --release --push --noAuthors", + "release": "pnpm check && changelogen --release --push --noAuthors && pnpm publish", "typecheck": "tsc -p tsconfig.json --noEmit" }, "dependencies": {