Skip to content

Commit 34c404f

Browse files
committed
fix: add ignoreChanges for markdown files in publish configuration
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent f4c5101 commit 34c404f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lerna.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
],
99
"allowBranch": "main"
1010
},
11-
"publish": {}
11+
"publish": {
12+
"ignoreChanges": [
13+
"*.md"
14+
]
15+
}
1216
},
1317
"version": "independent",
1418
"npmClient": "npm",

0 commit comments

Comments
 (0)