Skip to content

Commit 70af481

Browse files
authored
do not build storage-types (#4508)
1 parent bd1691c commit 70af481

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scripts/exp/release.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -264,16 +264,6 @@ async function buildPackages() {
264264
}
265265
);
266266

267-
// storage-types. Remove -exp in import paths in d.ts
268-
await spawn(
269-
'yarn',
270-
['lerna', 'run', '--scope', '@firebase/storage-types', 'build:exp:release'],
271-
{
272-
cwd: projectRoot,
273-
stdio: 'inherit'
274-
}
275-
);
276-
277267
// Database
278268
await spawn(
279269
'yarn',

0 commit comments

Comments
 (0)