forked from external-repos/LifeTrinket
yarn instead of bun
This commit is contained in:
2
.github/workflows/firebase-hosting-mege.yml
vendored
2
.github/workflows/firebase-hosting-mege.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: yarn && yarn build && bun lint
|
||||
- run: yarn && yarn build && yarn lint
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
||||
Reference in New Issue
Block a user