Skip to content

Commit

Permalink
fix preloadscript
Browse files Browse the repository at this point in the history
  • Loading branch information
catplvsplus committed Apr 29, 2024
1 parent aa0187c commit 9b4d62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/reciple/src/bin.mts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ watcher?.on('all', async event => {
const child = spawn('npm', ['run', config.watch.preLoadScript], {
cwd: cli.cwd,
env: process.env,
shell: true,
stdio: ['ignore', 'inherit', 'inherit']
});

Expand Down

0 comments on commit 9b4d62d

Please sign in to comment.