From 48fd9a4e816c7c912a67e2206c203a18e710eb3c Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 28 Apr 2022 12:22:53 -0700 Subject: [PATCH] feat(dx): simplify release script --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 3e4e090044..143cf88548 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,7 @@ "coverage": "vitest run --coverage", "typecheck": "vue-tsc --emitDeclarationOnly", "preinstall": "node .scripts/check-for-pnpm.js && node .scripts/check-node-version.js", - "release": "bumpp package.json --commit --push --tag && pnpm run changelog", - "publish": "standard-version && git push --follow-tags" + "release": "npx bumpp package.json examples/*/package.json --commit --tag --push && pnpm run changelog" }, "dependencies": { "vue": "^3.2.33"