Skip to content

Commit 9a565fd

Browse files
committed
chore: add release-it
1 parent bc04b94 commit 9a565fd

File tree

2 files changed

+1043
-62
lines changed

2 files changed

+1043
-62
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"build:web-types": "vue-docgen-web-types src/runtime/components/ ./dist/web-types.json",
3636
"example": "./scripts/example.sh",
3737
"lint": "eslint --ext .js,.ts,.vue .",
38+
"release": "npm run lint; release-it",
3839
"prepack": "yarn build",
3940
"test:coverage": "vitest --coverage",
4041
"test:types": "tsc --build tsconfig.json",
@@ -95,6 +96,7 @@
9596
"lint-staged": "^13.1.0",
9697
"nuxt": "3.1.0",
9798
"rehype-figure": "^1.0.1",
99+
"release-it": "^15.6.0",
98100
"remark-oembed": "^1.2.2",
99101
"vitest": "^0.28.2",
100102
"vue-docgen-web-types": "^0.1.8"

0 commit comments

Comments
 (0)