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

Commit bad33e3

Browse files
committed
🔥 clean unused scripts
1 parent 1b46463 commit bad33e3

File tree

2 files changed

+2
-106
lines changed

2 files changed

+2
-106
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
],
1717
"scripts": {
1818
"build": "tsup src/index.ts --dts --format cjs,esm",
19-
"release": "git-ensure -a && bumpp -c ':bookmark: release v%s' -t",
19+
"coverage": "vue-demi-switch 3 && jest --ci --silent --coverage",
2020
"lint": "eslint --ext .ts",
2121
"lint:fix": "eslint --ext --fix .ts",
2222
"test:2": "vue-demi-switch 2 vue2 && jest",
2323
"test:3": "vue-demi-switch 3 && jest",
24-
"test": "pnpm run test:2 && pnpm run test:3",
25-
"coverage": "vue-demi-switch 3 && jest --ci --silent --coverage"
24+
"test": "pnpm run test:2 && pnpm run test:3"
2625
},
2726
"peerDependencies": {
2827
"pinia": "^2.0.2"
@@ -34,9 +33,7 @@
3433
"@prazdevs/eslint-config-typescript": "^2.2.0",
3534
"@types/jest": "^27.0.2",
3635
"@vue/composition-api": "^1.3.3",
37-
"bumpp": "^7.1.1",
3836
"eslint": "7",
39-
"git-ensure": "^0.1.0",
4037
"jest": "^27.3.1",
4138
"pinia": "^2.0.2",
4239
"ts-jest": "^27.0.7",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)