Skip to content

Commit 8651482

Browse files
exaby73cabljac
authored andcommitted
wip(integration_test): Remove predeploy command
1 parent d793304 commit 8651482

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

integration_test/firebase.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
},
99
"functions": {
1010
"source": "functions",
11-
"codebase": "integration-tests",
12-
"predeploy": ["npm --prefix \"$RESOURCE_DIR\" run build"]
11+
"codebase": "integration-tests"
1312
}
1413
}

integration_test/setup.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,13 @@ function createRequirementsTxt(firebaseAdmin: string) {
136136
fs.copyFileSync(requirementsTemplatePath, requirementsPath);
137137

138138
let requirementsContent = fs.readFileSync(requirementsPath, "utf8");
139-
140139
requirementsContent = requirementsContent.replace(
141140
/__LOCAL_FIREBASE_FUNCTIONS__/g,
142-
143141
`firebase_functions.tar.gz`
144142
);
145143

146144
requirementsContent = requirementsContent.replace(
147145
/__FIREBASE_ADMIN__/g,
148-
149146
firebaseAdmin
150147
);
151148

0 commit comments

Comments
 (0)