Skip to content

Commit 301906f

Browse files
committed
2 parents dd787cd + 20be889 commit 301906f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function buildHandler(options: BuildOptions): Promise<BuildResultV3> {
6060
BUILDER_DEBUG ? ['--verbose'] : ['--quiet', '--release'],
6161
),
6262
{
63-
cwd: process.cwd(),
63+
cwd: workPath,
6464
env: rustEnv,
6565
stdio: 'inherit',
6666
},

0 commit comments

Comments
 (0)