diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json index b2442ca748..141b5c6fd0 100644 --- a/common/config/rush/command-line.json +++ b/common/config/rush/command-line.json @@ -63,7 +63,7 @@ "summary": "Compile & serve editor server (only in dev mode)", "description": "Build and run the NEO•ONE editor server", "safeForSimultaneousRushProcesses": true, - "shellCommand": "mkdir -p ./dist/server && touch ./dist/server/index.js && cross-env NODE_OPTIONS=\"--max-old-space-size=3072\" node ./packages/neo-one-build-tools-web/dist/compile --watch --bundle server" + "shellCommand": "mkdir \"./dist\" && mkdir \"./dist/server\" && touch ./dist/server/index.js && cross-env NODE_OPTIONS=\"--max-old-space-size=3072\" node ./packages/neo-one-build-tools-web/dist/compile --watch --bundle server" }, { "commandKind": "global", @@ -495,4 +495,4 @@ ] } ] -} +} \ No newline at end of file