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.
outDir
cwd
1 parent 362ce33 commit e405fc3Copy full SHA for e405fc3
src/options.ts
@@ -362,7 +362,7 @@ export async function resolveOptions(options: Options): Promise<{
362
cwd = process.cwd(),
363
} = subOptions
364
365
- outDir = path.resolve(outDir)
+ outDir = path.resolve(cwd, outDir)
366
clean = resolveClean(clean, outDir, cwd)
367
368
const pkg = await readPackageJson(cwd)
0 commit comments