Skip to content

Commit b4e0bea

Browse files
author
rolsen
committed
Lerna: Ignoring irrelevant changes.
1 parent 264f1f5 commit b4e0bea

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

lerna.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"packages": [
44
"./*"
55
],
6-
"version": "independent"
6+
"version": "independent",
7+
"ignoreChanges": [
8+
"test*/**",
9+
"**/*.md",
10+
"deploy/**",
11+
"third_party_code/**",
12+
"temp*/**",
13+
"jshint*"
14+
]
715
}

0 commit comments

Comments
 (0)