Skip to content

Commit

Permalink
fix: builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Nov 24, 2023
1 parent 9d83701 commit 14b6a7d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
- uses: actions/checkout@v4
- name: bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.3
- name: install
run: bun i
- name: 'build'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
- uses: actions/checkout@v4
- name: bun
uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.3
- name: install
run: bun i
- name: 'build'
Expand Down
Binary file modified bun.lockb
Binary file not shown.
3 changes: 3 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.5",
"vitest": "^0.34.6"
},
"overrides": {
"@rollup/plugin-node-resolve": "15.2.3"
}
}

0 comments on commit 14b6a7d

Please sign in to comment.