Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
- run: npm run lint
- run: npm test
- run: npm run build
# A budget on the entry chunk. Every visitor parses it before the first
# screen, and it was 1.44 MB until the routes were split -- without a
# check, the next eager import puts it back silently.
- run: npm run check-bundle

publish:
# Build and push the image to ghcr.io only on version tags (v*),
Expand Down
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ pnpm-debug.log*
coverage/
.vagrant/
.vitest/

# Vite writes here (vite.config.ts sets outDir: build/forail). The Dockerfile is
# multi-stage and runs `npm run build` itself, so a committed copy is never the
# one that ships -- it only produces conflicts between branches that each ran a
# build.
build/

# tsc -b incremental state and the declaration it emits for vite.config.ts.
*.tsbuildinfo
vite.config.d.ts
32 changes: 0 additions & 32 deletions build/forail/assets/index-BoOv5ks5.css

This file was deleted.

11 changes: 0 additions & 11 deletions build/forail/assets/index-BtCedYkw.js

This file was deleted.

7,797 changes: 0 additions & 7,797 deletions build/forail/assets/index-R2-6gisJ.js

This file was deleted.

Loading
Loading