Skip to content

Commit

Permalink
Fix build on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
surma committed Aug 13, 2024
1 parent 3237a7e commit 1f5fe1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/simple-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ export default function simpleTS(mainPath, { noBuild, watch } = {}) {
await new Promise((resolve) => {
const proc = spawn(tscPath, args, {
stdio: 'inherit',
shell: true,
});

proc.on('exit', (code) => {
Expand Down

0 comments on commit 1f5fe1d

Please sign in to comment.