diff --git a/package.json b/package.json index 1b455b5cc2..90013f6042 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "lint": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview", - "release": "npx bumpp package.json examples/*/package.json --execute 'pnpm run changelog' --commit --all 'chore(release): %s' --tag --push", + "release": "npx bumpp package.json examples/*/package.json --execute 'pnpm run changelog' --commit 'chore(release): %s' --tag --push --all", "test": "vitest", "test:e2e": "cypress open", "test:unit": "vitest",