We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7535201 commit 9cfbbbcCopy full SHA for 9cfbbbc
scripts/ci-test/deploy-if-needed.ts
@@ -87,7 +87,7 @@ async function deployIfNeeded() {
87
if (flags[0] === 'all' || flags.includes('functions')) {
88
// npm install the dependencies for functions
89
await exec('npm install', {
90
- cwd: resolve(__dirname, '../config/functions')
+ cwd: resolve(root, 'config/functions')
91
});
92
}
93
await firebaseTools.deploy(deployOptions);
0 commit comments