diff --git a/npm/deepinstall.js b/npm/deepinstall.js index 802d83863..ae1b591f4 100644 --- a/npm/deepinstall.js +++ b/npm/deepinstall.js @@ -44,7 +44,7 @@ async.series([ command = 'yarn install --production --frozen-lockfile'; } else { - command = 'touch yarn.lock && yarn workspaces focus --all --production' + command = 'yarn workspaces focus --all --production' } break; case 'pnpm':