diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lerna.json b/lerna.json index 6b98ebda7..ae71dbae7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,8 +1,5 @@ { - "ignoreChanges": [ - "**/test/**", - "**/*.md" - ], + "ignoreChanges": ["**/test/**", "**/*.md"], "useWorkspaces": true, "version": "4.0.0" } |