diff --git a/lerna.json b/lerna.json index beab202583..3bb3f215f1 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "version": "independent", "commands": { "publish": { - "ignore": ["test/**/*", "*.md"] + "ignore": ["test/**/*", "*.md", "scripts", "lib"] } }, "npmClient": "yarn",