Skip to content

Commit 5642180

Browse files
authored
chore: adds tests for ignoring changes in lerna releases. (#480)
1 parent 7561953 commit 5642180

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
},
88
"publish": {
99
"ignoreChanges": [
10-
"*.md"
10+
"**/*.md",
11+
"**/test/**"
1112
]
1213
}
1314
},

0 commit comments

Comments
 (0)