diff options
| author | Fuwn <[email protected]> | 2023-12-06 17:43:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-12-06 17:43:37 -0800 |
| commit | 03913a5d3dee5c8c0f3c4c4529ecbfac61667055 (patch) | |
| tree | a6362313bfafbf358930f9aee2f4d8aba410d681 /Earthfile | |
| parent | ci(earthly): add all (diff) | |
| download | due.moe-03913a5d3dee5c8c0f3c4c4529ecbfac61667055.tar.xz due.moe-03913a5d3dee5c8c0f3c4c4529ecbfac61667055.zip | |
ci(earthly): bump bun
Diffstat (limited to 'Earthfile')
| -rw-r--r-- | Earthfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ VERSION 0.7 -FROM oven/bun:1.0.11 +FROM oven/bun:1.0.15 WORKDIR /due @@ -67,7 +67,7 @@ build: RUN mkdir data RUN sqlite3 data/due_moe.sqlite3 < due_moe_schema.sql - RUN bun --bun vite build + RUN bun --bun run vite build SAVE IMAGE |