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