summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lerna.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/lerna.json b/lerna.json
index aa2a7f6..ffcafc9 100644
--- a/lerna.json
+++ b/lerna.json
@@ -4,7 +4,8 @@
"command": {
"publish": {
"ignoreChanges": [
- "*.md"
+ "*.md",
+ "*.config.js"
],
"message": "chore(release): publish %s"
}