chore: check and publish on release

This commit is contained in:
2026-05-20 13:39:54 -04:00
parent e0db706d55
commit 87c87d6c03

View File

@@ -17,14 +17,14 @@
"scripts": { "scripts": {
"build": "tsdown", "build": "tsdown",
"changelog": "changelogen", "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", "dev": "tsx src/cli.ts",
"format:check": "oxfmt . --check", "format:check": "oxfmt . --check",
"format": "oxfmt . --write", "format": "oxfmt . --write",
"lint:fix": "oxlint . --fix", "lint:fix": "oxlint . --fix",
"lint": "oxlint .", "lint": "oxlint .",
"prepare": "husky", "prepare": "husky",
"release": "changelogen --release --push --noAuthors", "release": "pnpm check && changelogen --release --push --noAuthors && pnpm publish",
"typecheck": "tsc -p tsconfig.json --noEmit" "typecheck": "tsc -p tsconfig.json --noEmit"
}, },
"dependencies": { "dependencies": {