Skip to content

Commit 9cfbbbc

Browse files
committed
Fix functions install path
1 parent 7535201 commit 9cfbbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci-test/deploy-if-needed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async function deployIfNeeded() {
8787
if (flags[0] === 'all' || flags.includes('functions')) {
8888
// npm install the dependencies for functions
8989
await exec('npm install', {
90-
cwd: resolve(__dirname, '../config/functions')
90+
cwd: resolve(root, 'config/functions')
9191
});
9292
}
9393
await firebaseTools.deploy(deployOptions);

0 commit comments

Comments
 (0)