Skip to content

Commit 3f3626b

Browse files
committed
chore: list of ignored files on lerna added
1 parent 6123129 commit 3f3626b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lerna.json

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
"packages": [
55
"packages/*"
66
],
7+
"ignoreChanges": [
8+
"**/CHANGELOG.md",
9+
"**/node_modules/**",
10+
"**/package.json",
11+
"**/*.md",
12+
"**/perf/**"
13+
],
714
"version": "independent",
815
"useWorkspaces": true,
916
"command": {

0 commit comments

Comments
 (0)