Skip to content

Commit 84ed291

Browse files
committed
add writeAnalyticsConfig to release.ts
1 parent 63a61bd commit 84ed291

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/build/src/release.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { redactConfig } from './redact-config';
1717
import Config from './config';
1818
import getReleaseVersionFromTag from './get-release-version-from-tag';
1919
import { bumpNpmPackages, publishNpmPackages } from './npm-packages';
20+
import writeAnalyticsConfig from './analytics';
2021

2122
/**
2223
* Run the release process.
@@ -93,7 +94,8 @@ export default async function release(
9394
config,
9495
githubRepo,
9596
uploadDownloadCenterConfig,
96-
publishNpmPackages
97+
publishNpmPackages,
98+
writeAnalyticsConfig
9799
);
98100
} else {
99101
throw new Error(`Unknown command: ${command}`);

0 commit comments

Comments
 (0)