diff --git a/lerna.json b/lerna.json index f7f0f726c9..152530e88b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,9 @@ "version": "1.6.0-alpha.6", "npmClient": "yarn", "useWorkspaces": true, - "npmClientArgs": ["--ignore-engines"], + "npmClientArgs": [ + "--ignore-engines" + ], "command": { "version": { "forcePublish": true,