File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages-exp/analytics-exp/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import {
23
23
ControlParams ,
24
24
EventParams ,
25
25
MinimalDynamicConfig
26
- } from '@firebase/analytics-types' ;
26
+ } from '@firebase/analytics-types-exp ' ;
27
27
import { GtagCommand , GTAG_URL } from './constants' ;
28
28
import { logger } from './logger' ;
29
29
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ async function publishExpPackages({ dryRun }: { dryRun: boolean }) {
149
149
const { shouldCommitAndPush } = await prompt ( [
150
150
{
151
151
type : 'confirm' ,
152
- name : 'commitAndPush ' ,
152
+ name : 'shouldCommitAndPush ' ,
153
153
message :
154
154
'Do you want to commit and push the exp version update to remote?' ,
155
155
default : true
@@ -438,7 +438,7 @@ async function updatePackageJsons(
438
438
}
439
439
440
440
async function commitAndPush ( versions : Map < string , string > ) {
441
- await exec ( 'git add * /package.json yarn.lock' ) ;
441
+ await exec ( 'git add packages-exp/firebase-exp /package.json yarn.lock' ) ;
442
442
443
443
const firebaseExpVersion = versions . get ( FIREBASE_UMBRELLA_PACKAGE_NAME ) ;
444
444
await exec (
You can’t perform that action at this time.
0 commit comments