Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Jun 27, 2019
1 parent d2e3e80 commit 0d9aa9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/serve/index.ts
Expand Up @@ -48,7 +48,6 @@ const pmConfig: PackageManagerConfig = {
const spawnWithArg = (pm: string, cmd: string): SpawnSyncReturns<Buffer> => {
const [installCmd, ...flags] = pmConfig[pm][cmd];
const options: string[] = [installCmd, "webpack-dev-server", ...flags];

return spawn.sync(pm, options, { stdio: "inherit" });
};

Expand Down

0 comments on commit 0d9aa9a

Please sign in to comment.