Skip to content

Commit b4c0cdf

Browse files
committed
Move google-services.json to test folder since it is only for test purpose and edit test script in order to copy it.
1 parent 5b2df6e commit b4c0cdf

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed
File renamed without changes.

test/platform-add.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ rm -rf $FOLDER
1111

1212
npm install "cordova@$CORDOVA_VERSION" --no-save
1313
./node_modules/.bin/cordova create $FOLDER com.github.cordova_plugin_firebase HelloWorld
14+
cp ./test/google-services.json $FOLDER
1415

1516
cd $FOLDER
1617

0 commit comments

Comments
 (0)