fix(hook): install from subdirectory

fix #199
This commit is contained in:
Hiroki Osame
2023-05-03 23:24:34 +09:00
parent dda7f8d424
commit 7631c2fc0b
4 changed files with 36 additions and 14 deletions

View File

@@ -19,8 +19,8 @@ const createAicommits = (fixture: FsFixture) => {
args?: string[],
options?: Options,
) => execaNode(aicommitsPath, args, {
...options,
cwd: fixture.path,
...options,
extendEnv: false,
env: {
...homeEnv,