Skip to content

Commit

Permalink
Further 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 ff26d4e commit f0b408d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,15 @@
},
"npm": {
"versionArgs": [
"--workspaces=true"
"--workspaces=true",
"--legacy-peer-deps=true"
],
"publishArgs": [
"--publish-path=packages/cfpb-design-system"
]
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
},
"github": {
"release": true
Expand Down

0 comments on commit f0b408d

Please sign in to comment.