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