Skip to content

Commit

Permalink
chore: clean up ignoreChanges lerna config (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Apr 29, 2024
1 parent e9da78e commit 2088580
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@
}
},
"ignoreChanges": [
"CHANGELOG.md",
"node_modules/**",
"package.json",
"*.md",
"perf/**",
"*.rst",
".github/**",
"packages/**/.eslintrc.js",
"packages/**/.gitignore",
"packages/**/*.rst"
".eslintrc.js",
".gitignore"
],
"changelogPreset": {
"name": "conventionalcommits",
Expand Down

0 comments on commit 2088580

Please sign in to comment.