Skip to content

Commit

Permalink
chore: preserve log output in gulp watch
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Sep 4, 2018
1 parent 4ce238e commit cab28e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions garden-cli/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ gulp.task("tsc-watch", () =>
"--declaration",
"-p", tsConfigPath,
"--outDir", destDir,
"--preserveWatchOutput",
],
{ stdio: "inherit" },
),
Expand Down

0 comments on commit cab28e1

Please sign in to comment.