fix: update justfile to use correct script files

This commit is contained in:
2026-06-16 13:48:50 +02:00
committed by Milas Holsting
parent 34d26c7ecb
commit 262dc6e406
2 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"watch:css": "bunx --bun @tailwindcss/cli -i ./static/assets/style.css -o ./dist/tailwind.css --watch",
"typecheck": "bunx tsc -p tsconfig.json --noEmit",
"build:assets": "bun run build:css",
"build:ts": "bash ./scripts/build-ts.sh",
"format": "bunx oxfmt",
"format:check": "bunx oxfmt --check",
"lint": "bun run lint:ts && bun run lint:go",