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 5221904 commit 94681d9Copy full SHA for 94681d9
scripts/exp/release.ts
@@ -75,6 +75,7 @@ async function publishExpPackages({ dryRun }: { dryRun: boolean }) {
75
76
packagePaths.push(`${projectRoot}/packages/firestore`);
77
packagePaths.push(`${projectRoot}/packages/storage`);
78
+ packagePaths.push(`${projectRoot}/packages/storage-types`);
79
packagePaths.push(`${projectRoot}/packages/database`);
80
81
/**
0 commit comments