Skip to content

Commit 48c6ac4

Browse files
committed
fix: remove duplicate builtin script
1 parent e4974ab commit 48c6ac4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/bootstrap-vue-3/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"format": "prettier . --write",
3131
"test": "pnpm run test:lint && pnpm run test:unit",
3232
"test:lint": "pnpm run lint",
33-
"test:unit": "vitest",
34-
"publish": "pnpm publish --tag develop"
33+
"test:unit": "vitest"
3534
},
3635
"peerDependencies": {
3736
"bootstrap": "5.x.x",

0 commit comments

Comments
 (0)