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 18af1e2 commit 5babae8Copy full SHA for 5babae8
integration_test/run_tests.sh
@@ -104,7 +104,8 @@ function cleanup {
104
rm $DIR/functions/firebase-functions.tgz
105
rm $DIR/functions/package.json
106
rm -f $DIR/functions/firebase-debug.log
107
- rm -rf $DIR/functions/node_modules/firebase-functions
+ rm -rf $DIR/functions/lib
108
+ rm -rf $DIR/functions/node_modules
109
}
110
111
# Setup
0 commit comments