diff --git a/src/index.ts b/src/index.ts index 7fb323a..6658e3f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -93,7 +93,7 @@ task('watch', 'Start the file watcher') } if (taskConfig.start) { try { - execSync(taskConfig.start, { stdio: 'pipe' }) + execSync(taskConfig.start, { stdio: 'inherit' }) } catch (error) { console.log("Faile to execute 'start' script:", taskConfig.start) console.error(error)