diff options
author | Matthew Miller <matthew@millerti.me> | 2020-05-22 23:19:04 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2020-05-22 23:19:04 -0700 |
commit | 0516c4db1172617bbdf7a0f020fad06b7093bdcb (patch) | |
tree | ce48a40a814a90c98f2f42454bc2fc307fee1f7d | |
parent | d6dc6e5bfc588036db2c1b2212b8f8bc74b1c0f5 (diff) |
Tell lerna to ignore *.config.js changes
-rw-r--r-- | lerna.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ "command": { "publish": { "ignoreChanges": [ - "*.md" + "*.md", + "*.config.js" ], "message": "chore(release): publish %s" } |