diff --git a/beachball.config.js b/beachball.config.js new file mode 100644 index 00000000..66c990cd --- /dev/null +++ b/beachball.config.js @@ -0,0 +1,3 @@ +module.exports = { + ignorePatterns: ['node_modules', 'dist', '*.md'] +};