From 2dee2a31914222c8662605b5ef2eec501823b16e Mon Sep 17 00:00:00 2001 From: 1549469775 <1549469775@qq.com> Date: Tue, 31 Aug 2021 00:15:41 +0800 Subject: [PATCH] shell --- script/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }) }