fix: missing changelogithub

This commit is contained in:
Neko Ayaka
2025-02-20 14:08:33 +08:00
parent aa5d2363e1
commit 55b65bbabe
+2 -1
View File
@@ -27,7 +27,8 @@
"lint:fix": "eslint --cache --fix .",
"typecheck": "pnpm -r --filter './packages/*' --filter './apps/*' --filter run --parallel typecheck",
"sizecheck": "npx vite-bundle-visualizer",
"up": "taze major -I"
"up": "taze major -I",
"changelogithub": "changelogithub"
},
"devDependencies": {
"@antfu/eslint-config": "^4.2.1",