mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-11 13:46:21 +00:00
use bun again
This commit is contained in:
3
.github/workflows/firebase-hosting-mege.yml
vendored
3
.github/workflows/firebase-hosting-mege.yml
vendored
@@ -10,7 +10,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: yarn && yarn build && yarn lint
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
- run: bun install && bun run build && bun run lint
|
||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
||||
with:
|
||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
||||
9
.github/workflows/lint_and_build.yml
vendored
9
.github/workflows/lint_and_build.yml
vendored
@@ -22,11 +22,14 @@ jobs:
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: Set up bun
|
||||
uses: oven-sh/setup-bun@v1
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
run: bun install
|
||||
|
||||
- name: Run lint
|
||||
run: yarn lint
|
||||
run: bun run lint
|
||||
|
||||
- name: Build project
|
||||
run: yarn build
|
||||
run: bun run build
|
||||
|
||||
Reference in New Issue
Block a user