diff options
-rw-r--r-- | lerna.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lerna.json b/lerna.json index 16501fcb0..10fd935b6 100644 --- a/lerna.json +++ b/lerna.json @@ -2,10 +2,10 @@ "lerna": "3.0.0-beta.14", "packages": ["packages/*"], "version": "independent", - "commands": { + "command": { "publish": { "registry": "http://localhost:4873/", - "ignore": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] + "ignoreChanges": ["test/**/*", "*.md", "scripts", "lib", "tslint.json", "tsconfig.json"] } }, "npmClient": "yarn", |