File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 8
8
},
9
9
"functions" : {
10
10
"source" : " functions" ,
11
- "codebase" : " integration-tests" ,
12
- "predeploy" : [" npm --prefix \" $RESOURCE_DIR\" run build" ]
11
+ "codebase" : " integration-tests"
13
12
}
14
13
}
Original file line number Diff line number Diff line change @@ -136,16 +136,13 @@ function createRequirementsTxt(firebaseAdmin: string) {
136
136
fs . copyFileSync ( requirementsTemplatePath , requirementsPath ) ;
137
137
138
138
let requirementsContent = fs . readFileSync ( requirementsPath , "utf8" ) ;
139
-
140
139
requirementsContent = requirementsContent . replace (
141
140
/ _ _ L O C A L _ F I R E B A S E _ F U N C T I O N S _ _ / g,
142
-
143
141
`firebase_functions.tar.gz`
144
142
) ;
145
143
146
144
requirementsContent = requirementsContent . replace (
147
145
/ _ _ F I R E B A S E _ A D M I N _ _ / g,
148
-
149
146
firebaseAdmin
150
147
) ;
151
148
You can’t perform that action at this time.
0 commit comments