Skip to content

Commit

Permalink
Adjust release-it config
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Sep 27, 2024
1 parent 90995fb commit 8b5b6a2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,17 @@
"hooks": {
"after:bump": "auto-changelog -p"
},
"npm": {
"versionArgs": [
"--workspaces=true"
],
"publishArgs": [
"--publish-path=packages/cfpb-design-system"
]
},
"github": {
"release": true
}
},
"type": "module",
"version": "3.2.1"
"type": "module"
}

0 comments on commit 8b5b6a2

Please sign in to comment.