Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit 1b46463

Browse files
committed
👷 add git-ensure
1 parent a58b049 commit 1b46463

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"build": "tsup src/index.ts --dts --format cjs,esm",
19-
"release": "bumpp -c ':bookmark: release v%s' -t -p",
19+
"release": "git-ensure -a && bumpp -c ':bookmark: release v%s' -t",
2020
"lint": "eslint --ext .ts",
2121
"lint:fix": "eslint --ext --fix .ts",
2222
"test:2": "vue-demi-switch 2 vue2 && jest",
@@ -36,6 +36,7 @@
3636
"@vue/composition-api": "^1.3.3",
3737
"bumpp": "^7.1.1",
3838
"eslint": "7",
39+
"git-ensure": "^0.1.0",
3940
"jest": "^27.3.1",
4041
"pinia": "^2.0.2",
4142
"ts-jest": "^27.0.7",

pnpm-lock.yaml

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)