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.
1 parent 3136310 commit b706003Copy full SHA for b706003
packages/build/src/release.ts
@@ -58,7 +58,7 @@ export default async function release(
58
config.execInput,
59
config.outputDir,
60
config.execNodeVersion,
61
- config.analyticsConfig ?? '',
+ config.analyticsConfigFilePath ?? '',
62
config.segmentKey ?? '');
63
} else if (command === 'package') {
64
const executable = executablePath(config.outputDir, os.platform());
0 commit comments