Skip to content

Commit

Permalink
fix: package override
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Feb 10, 2024
1 parent ceb88af commit 2e632fa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ WORKDIR /app
COPY . .
RUN bun i

RUN cd web
RUN bun --bun run build
RUN cd web && bun --bun run vite build
RUN cd web && bun ./tools/patchSW.ts

# ? -------------------------

Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"bun-types": "1.0.21",
"tslib": "2.6.2",
"typescript": "5.3.3"
},
"overrides": {
"@rollup/plugin-node-resolve": "15.2.3",
"sharp": "0.33.1"
}
}
4 changes: 0 additions & 4 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,5 @@
"vite": "5.0.10",
"vite-plugin-pwa": "0.17.4",
"workbox-window": "7.0.0"
},
"overrides": {
"@rollup/plugin-node-resolve": "15.2.3",
"sharp": "0.33.1"
}
}

0 comments on commit 2e632fa

Please sign in to comment.