We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd787cd + 20be889 commit 301906fCopy full SHA for 301906f
src/index.ts
@@ -60,7 +60,7 @@ async function buildHandler(options: BuildOptions): Promise<BuildResultV3> {
60
BUILDER_DEBUG ? ['--verbose'] : ['--quiet', '--release'],
61
),
62
{
63
- cwd: process.cwd(),
+ cwd: workPath,
64
env: rustEnv,
65
stdio: 'inherit',
66
},
0 commit comments