File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ async function publishExpPackages() {
70
70
/**
71
71
* Release packages to NPM
72
72
*/
73
- await publishToNpm ( packagePaths ) ;
73
+ // await publishToNpm(packagePaths);
74
74
75
75
/**
76
76
* reset the working tree to recover package names with -exp in the package.json files,
@@ -84,12 +84,12 @@ async function publishExpPackages() {
84
84
const firebaseExpPath = packagePaths . filter ( p =>
85
85
p . includes ( FIREBASE_UMBRELLA_PACKAGE_NAME )
86
86
) ;
87
- await resetWorkingTreeAndBumpVersions ( firebaseExpPath , firebaseExpVersion ) ;
87
+ // await resetWorkingTreeAndBumpVersions(firebaseExpPath, firebaseExpVersion);
88
88
89
89
/**
90
90
* push to github
91
91
*/
92
- await commitAndPush ( versions ) ;
92
+ // await commitAndPush(versions);
93
93
} catch ( err ) {
94
94
/**
95
95
* Log any errors that happened during the process
You can’t perform that action at this time.
0 commit comments