Skip to content

Commit 9263c9a

Browse files
committed
refactor(dependencies): remove unused
1 parent e107a5e commit 9263c9a

File tree

2 files changed

+174
-1
lines changed

2 files changed

+174
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"lint:fix": "eslint --fix ./src",
1414
"test:unit": "vitest --run --reporter verbose",
1515
"test:coverage": "vitest run --coverage",
16-
"test:ui": "vitest --ui"
16+
"test:ui": "vitest --ui",
17+
"release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
1718
},
1819
"devDependencies": {
1920
"@antfu/eslint-config": "4.1.1",
@@ -43,6 +44,7 @@
4344
"add": "^2.0.6",
4445
"autoprefixer": "^10.4.20",
4546
"c8": "^10.1.3",
47+
"changelogen": "^0.5.7",
4648
"chart.js": "^4.4.7",
4749
"consola": "^3.4.0",
4850
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)