Skip to content

Commit e1b2164

Browse files
committed
change order
1 parent 6ca3885 commit e1b2164

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/exp/release.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ async function publishExpPackages() {
4040
console.log('Welcome to the Firebase Exp Packages release CLI!');
4141

4242
/**
43-
* build packages
43+
* Update fields in package.json and stuff
4444
*/
45-
await buildPackages();
45+
await prepareFirestoreForRelease();
4646

4747
/**
48-
* Update fields in package.json and stuff
48+
* build packages
4949
*/
50-
await prepareFirestoreForRelease();
50+
await buildPackages();
5151

5252
// path to exp packages
5353
const packagePaths = await mapWorkspaceToPackages([

0 commit comments

Comments
 (0)