Skip to content

Commit 94681d9

Browse files
authored
Add storage-types to exp release script (#4331)
1 parent 5221904 commit 94681d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/exp/release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ async function publishExpPackages({ dryRun }: { dryRun: boolean }) {
7575

7676
packagePaths.push(`${projectRoot}/packages/firestore`);
7777
packagePaths.push(`${projectRoot}/packages/storage`);
78+
packagePaths.push(`${projectRoot}/packages/storage-types`);
7879
packagePaths.push(`${projectRoot}/packages/database`);
7980

8081
/**

0 commit comments

Comments
 (0)