refactor(infra): no bundle infra (#5414)

This commit is contained in:
EYHN
2023-12-27 06:54:24 +00:00
parent 4e861d8118
commit 86bd2a7d72
11 changed files with 6 additions and 130 deletions

View File

@@ -171,16 +171,6 @@ function awaitChildProcess(child: ChildProcess): Promise<number> {
}
try {
// Build:infra
await awaitChildProcess(
spawn('yarn', ['build:infra'], {
cwd,
stdio: 'inherit',
shell: true,
env: process.env,
})
);
// Start webpack
await awaitChildProcess(
spawn(