Skip to content

Commit b706003

Browse files
committed
rename analyticsConfig to analyticsConfigFilePath
1 parent 3136310 commit b706003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/src/release.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default async function release(
5858
config.execInput,
5959
config.outputDir,
6060
config.execNodeVersion,
61-
config.analyticsConfig ?? '',
61+
config.analyticsConfigFilePath ?? '',
6262
config.segmentKey ?? '');
6363
} else if (command === 'package') {
6464
const executable = executablePath(config.outputDir, os.platform());

0 commit comments

Comments
 (0)