diff --git a/justfile b/justfile index 286abb7..687202f 100644 --- a/justfile +++ b/justfile @@ -49,10 +49,10 @@ clean: rm -f server new-data-fix name: - bash scripts/new-data-fix.sh {{name}} + bun run ./scripts/new-data-fix.ts {{name}} run-fixes: go run ./cmd/user run-fixes fix-all: - bash scripts/fix-all.sh + bun run ./scripts/fix-all.ts