Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e3e80 commit 0d9aa9aCopy full SHA for 0d9aa9a
1 file changed
packages/serve/index.ts
@@ -48,7 +48,6 @@ const pmConfig: PackageManagerConfig = {
48
const spawnWithArg = (pm: string, cmd: string): SpawnSyncReturns<Buffer> => {
49
const [installCmd, ...flags] = pmConfig[pm][cmd];
50
const options: string[] = [installCmd, "webpack-dev-server", ...flags];
51
-
52
return spawn.sync(pm, options, { stdio: "inherit" });
53
};
54
0 commit comments