Skip to content

Commit f41f63f

Browse files
committed
remove init
1 parent 148cbe0 commit f41f63f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/compass-web/scripts/sync-dist-to-mms.mjs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ if (!(await isDevServerRunning(8081))) {
3939
cwd: process.env.MMS_HOME,
4040
stdio: 'inherit',
4141
});
42-
child_process.execFileSync('pnpm', ['run', 'init'], {
43-
cwd: process.env.MMS_HOME,
44-
stdio: 'inherit',
45-
});
4642
const halfRamMb = Math.min(
4743
Math.floor(os.totalmem() / 2 / 1024 / 1024),
4844
16384

0 commit comments

Comments
 (0)