diff --git a/script/run.js b/script/run.js index 71a4b3a..8668673 100644 --- a/script/run.js +++ b/script/run.js @@ -15,5 +15,5 @@ if (argv.build) { "PORT=3344", "NODE_ENV=development", "ts-node -r tsconfig-paths/register script/dev-runner --watch" - ]) + ], { shell: true }) }