Update GH actions to only install necessary dependencies

Only install dependencies required for hosting, not cloud functions
This commit is contained in:
2021-09-01 20:05:38 +01:00
parent 26c7861ee5
commit 1bb0788570
6 changed files with 50 additions and 9 deletions

View File

@@ -13,8 +13,6 @@ jobs:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build
- run: cd functions && npm install
- run: cd ..
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'