Skip to content

Commit

Permalink
fix: Remove scripts from ignored pkg fields
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Jan 17, 2025
1 parent f511797 commit 5ec7f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"changelogPreset": "conventional-changelog-conventionalcommits",
"command": {
"publish": {
"removePackageFields": ["scripts", "devDependencies", "prettier"],
"removePackageFields": ["devDependencies", "prettier"],
"yes": true
},
"version": {
Expand Down

0 comments on commit 5ec7f45

Please sign in to comment.