Skip to content

Commit 0d9aa9a

Browse files
fix: minor fix
1 parent d2e3e80 commit 0d9aa9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/serve/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ const pmConfig: PackageManagerConfig = {
4848
const spawnWithArg = (pm: string, cmd: string): SpawnSyncReturns<Buffer> => {
4949
const [installCmd, ...flags] = pmConfig[pm][cmd];
5050
const options: string[] = [installCmd, "webpack-dev-server", ...flags];
51-
5251
return spawn.sync(pm, options, { stdio: "inherit" });
5352
};
5453

0 commit comments

Comments
 (0)