We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e107a5e commit 9263c9aCopy full SHA for 9263c9a
package.json
@@ -13,7 +13,8 @@
13
"lint:fix": "eslint --fix ./src",
14
"test:unit": "vitest --run --reporter verbose",
15
"test:coverage": "vitest run --coverage",
16
- "test:ui": "vitest --ui"
+ "test:ui": "vitest --ui",
17
+ "release": "npm run lint && npm run build && changelogen --patch --release && git push --follow-tags"
18
},
19
"devDependencies": {
20
"@antfu/eslint-config": "4.1.1",
@@ -43,6 +44,7 @@
43
44
"add": "^2.0.6",
45
"autoprefixer": "^10.4.20",
46
"c8": "^10.1.3",
47
+ "changelogen": "^0.5.7",
48
"chart.js": "^4.4.7",
49
"consola": "^3.4.0",
50
"cross-env": "^7.0.3",
0 commit comments