Skip to content

Commit

Permalink
chore(lerna): override ignoreChanges property for list command
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakutoc committed Jan 25, 2024
1 parent 14e67bf commit 697d774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
},
"publish": {
"verifyAccess": false
},
"list": {
"ignoreChanges": ["*.md", "package-lock.json"]
}
},
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
Expand Down

0 comments on commit 697d774

Please sign in to comment.