From e7571a3b05b6c7fdae57b4ef62793f7e07fff2f1 Mon Sep 17 00:00:00 2001 From: changjun <52chinaweb@gmail.com> Date: Tue, 23 May 2023 13:01:52 +0800 Subject: [PATCH] chore: clean up --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 3ac5fe3..a212213 100644 --- a/package.json +++ b/package.json @@ -21,11 +21,7 @@ "dev": "NODE_ENV=development unocss --watch", "build": "NODE_ENV=production unocss --minify && esno ./scripts/build", "fix": "stylelint \"**/*.css\"", - "release": "bumpp --commit --tag --push", - "releaseLog": "pnpm run release && changelogithub" - }, - "dependencies": { - "changelogithub": "link:../cchangelogithub" + "release": "bumpp --commit --tag --push" }, "devDependencies": { "@antfu/eslint-config": "^0.38.5",