Skip to content

Commit 2d76302

Browse files
committed
add writeAnalyticsConfig to release.ts
1 parent 49f31a6 commit 2d76302

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
@@ -11,6 +11,7 @@ import publish from './publish';
1111
import Config from './config';
1212
import getReleaseVersionFromTag from './get-release-version-from-tag';
1313
import { bumpNpmPackages, publishNpmPackages } from './npm-packages';
14+
import writeAnalyticsConfig from './analytics';
1415

1516
/**
1617
* Run the release process.
@@ -53,7 +54,8 @@ export default async function release(
5354
config,
5455
githubRepo,
5556
uploadDownloadCenterConfig,
56-
publishNpmPackages
57+
publishNpmPackages,
58+
writeAnalyticsConfig
5759
);
5860
} else {
5961
throw new Error(`Unknown command: ${command}`);

0 commit comments

Comments
 (0)