Skip to content

Commit c114a8c

Browse files
committed
fix(hooks): set cwd for onSuccess
1 parent a1969f7 commit c114a8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/hooks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export function executeOnSuccess(
6666
nodeOptions: {
6767
shell: true,
6868
stdio: 'inherit',
69+
cwd: config.cwd,
6970
},
7071
})
7172
p.then(({ exitCode }) => {

0 commit comments

Comments
 (0)