Skip to content

Commit

Permalink
add yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
mc2eqe committed Dec 5, 2023
1 parent 2c38a53 commit 19eebca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand All @@ -22,4 +23,4 @@ jobs:
with:
args: deploy --only functions
env:
GCP_SA_KEY: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
GCP_SA_KEY: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"start": "yarn run serve",
"serve": "node build/index.js",
"dev": "ts-node-dev -r dotenv/config src/index.ts",
"build": "yarn && tsc --project tsconfig.json",
"build": "tsc --project tsconfig.json",
"lint": "eslint '*/**/*.{js,ts}' --quiet --fix",
"lint:check": "eslint '*/**/*.{js,ts}'",
"test": "NODE_ENV=test echo \"Test not implemented\"!"
Expand Down

0 comments on commit 19eebca

Please sign in to comment.