Skip to content

Commit 97585c1

Browse files
committed
release test
1 parent 7459712 commit 97585c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/exp/release.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function publishExpPackages() {
7070
/**
7171
* Release packages to NPM
7272
*/
73-
await publishToNpm(packagePaths);
73+
// await publishToNpm(packagePaths);
7474

7575
/**
7676
* reset the working tree to recover package names with -exp in the package.json files,
@@ -84,12 +84,12 @@ async function publishExpPackages() {
8484
const firebaseExpPath = packagePaths.filter(p =>
8585
p.includes(FIREBASE_UMBRELLA_PACKAGE_NAME)
8686
);
87-
await resetWorkingTreeAndBumpVersions(firebaseExpPath, firebaseExpVersion);
87+
// await resetWorkingTreeAndBumpVersions(firebaseExpPath, firebaseExpVersion);
8888

8989
/**
9090
* push to github
9191
*/
92-
await commitAndPush(versions);
92+
// await commitAndPush(versions);
9393
} catch (err) {
9494
/**
9595
* Log any errors that happened during the process

0 commit comments

Comments
 (0)