mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-31 04:25:07 -06:00
refactor(just): reorganize Justfiles to match project architecture and format code
This commit is contained in:
@@ -21,3 +21,16 @@ serve *args:
|
||||
bun run pacman/web.build.ts {{args}}
|
||||
bun run --cwd web build
|
||||
caddy file-server --root web/dist/client --listen :8547
|
||||
|
||||
# Run checks (type-checking and linting)
|
||||
check:
|
||||
bun run check
|
||||
bun run lint
|
||||
|
||||
# Format code
|
||||
format:
|
||||
bun run format
|
||||
|
||||
# Run tests
|
||||
test:
|
||||
bun run test
|
||||
|
||||
Reference in New Issue
Block a user