chore: mdx changes should not trigger releases

This commit is contained in:
Thomas Allmer 2020-02-10 13:57:04 +01:00 committed by Thomas Allmer
parent 455923278e
commit aee6a858b4

View file

@ -1,6 +1,12 @@
{
"packages": ["packages/*"],
"ignoreChanges": ["packages/*/test/**", "**/*.md"],
"packages": [
"packages/*"
],
"ignoreChanges": [
"packages/*/test/**",
"**/*.md",
"**/*.mdx"
],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,