Gitpod config

This commit is contained in:
Yegor Vialov
2020-02-17 14:34:34 +00:00
parent d5ff8f0851
commit 6bae740e4e
2 changed files with 17 additions and 0 deletions

15
.gitpod.yml Normal file
View File

@@ -0,0 +1,15 @@
tasks:
- init:
echo "Installing Firebase tools..."
npm install -g firebase-tools
cd /workspace/ha_client_fcf/functions
echo "Getting dependencies..."
npm install
echo "Logging in..."
firebase login:ci
command:
cd /workspace/ha_client_fcf/functions
echo "Make sure we are using the latest versions of Firebase tools and libraries..."
npm install firebase-functions@latest firebase-admin@latest --save
npm install -g firebase-tools