Skip to content

Commit

Permalink
fix: Remove scripts from published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Jan 17, 2025
1 parent bb49880 commit f511797
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "3.26.2",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "pnpm",
"changelogPreset": "conventional-changelog-conventionalcommits",
"command": {
"publish": {
"removePackageFields": [
"devDependencies",
"prettier"
],
"removePackageFields": ["scripts", "devDependencies", "prettier"],
"yes": true
},
"version": {
Expand Down

0 comments on commit f511797

Please sign in to comment.