this repo has no descr,ription vt3e.cat

ci: don't resize images; build gallery lexicons

vt3e.cat fb346775 d914148f

verified
+2 -2
-1
.tangled/workflows/deploy.yaml
··· 29 29 export PATH="$HOME/.nix-profile/bin:$PATH" 30 30 31 31 bun install --frozen-lockfile 32 - bun run web:images 33 32 bun run build:all 34 33 mv pkgs/web/dist ./dist 35 34
+2 -1
package.json
··· 14 14 "biome:check": "bunx biome check --write", 15 15 "build:web": "cd pkgs/web && bun run build", 16 16 "build:web:only": "cd pkgs/web && bun run build:only", 17 - "build:all": "bun run build:web", 17 + "build:lex": "cd pkgs/gallery && bun run gen && bun run build", 18 + "build:all": "bun run build:lex && bun run build:web", 18 19 "web:dev": "cd pkgs/web && bun run dev", 19 20 "web:images": "cd pkgs/web && bun run images" 20 21 },