Skip to content

Commit d7cdffb

Browse files
authored
internal: added ignoreChanges to Lerna (#188)
This helps us see which packages needs to be bumped when releasing
1 parent 9ed7860 commit d7cdffb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

lerna.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@
77
"publish": {
88
"verifyAccess": false
99
}
10-
}
10+
},
11+
"ignoreChanges": [
12+
"**/tsconfig.json",
13+
"**/*.story.ts",
14+
"**/*.test.ts",
15+
"**/*.md"
16+
]
1117
}

0 commit comments

Comments
 (0)