Skip to content

Commit

Permalink
fix(tooling): use the "all" flag properly
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Apr 30, 2022
1 parent 0d0d99b commit 5e0bfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5e0bfec

Please sign in to comment.