Skip to content

Commit

Permalink
Remove --workspace flag from changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mantoni committed Dec 24, 2023
1 parent 8e06b4d commit 05a1365
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 @@ -13,7 +13,7 @@
"prepack": "npm run build",
"postpack": "npm run clean",
"preversion": "npm run lint && npm run prettier:check && tsc && npm test && npm run test:integration",
"version": "changes --commits --footer --workspace",
"version": "changes --commits --footer",
"postversion": "git push --follow-tags && npm publish",
"prettier:check": "prettier --check '**/*.{js,json,md}'",
"prettier:write": "prettier --write '**/*.{js,json,md}'",
Expand Down

0 comments on commit 05a1365

Please sign in to comment.