Skip to content

Commit b5884eb

Browse files
committed
Allow auth-exp release.
1 parent 93d8dc0 commit b5884eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/exp/release.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ async function publishExpPackages({ dryRun }: { dryRun: boolean }) {
6666
`${projectRoot}/packages-exp/*`
6767
]);
6868

69-
// exclude auth packages until we are ready to release
70-
packagePaths = packagePaths.filter(path => !path.includes('auth'));
71-
7269
packagePaths.push(`${projectRoot}/packages/firestore`);
7370

7471
/**

0 commit comments

Comments
 (0)