File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22echo " #### Building SDK..." &&
3- (cd ../ && npm run build:pack && cp firebase-functions-* .tgz integration_test/functions/firebase-functions.tgz) &&
3+ (cd ../ && rm firebase-functions-* .tgz && npm run build:pack &&
4+ mv firebase-functions-* .tgz integration_test/functions/firebase-functions.tgz) &&
45echo " #### Installing dependencies..." &&
56(cd functions && npm install) &&
67echo " ##### Deploying empty index.js to project..." &&
@@ -22,5 +23,6 @@ read -n1 -r -p "##### Press [return] when you've confirmed the tests have passed
2223echo " ##### Removing all functions" &&
2324echo " " > functions/lib/index.js &&
2425firebase deploy --debug 2> ./deploy-debug.log &&
26+ rm functions/firebase-functions.tgz
2527echo &&
2628echo " ##### Done! Please verify that your project is empty."
You can’t perform that action at this time.
0 commit comments