refactor: migrate justfile fix scripts from bash to bun
This commit is contained in:
4
justfile
4
justfile
@@ -49,10 +49,10 @@ clean:
|
|||||||
rm -f server
|
rm -f server
|
||||||
|
|
||||||
new-data-fix name:
|
new-data-fix name:
|
||||||
bash scripts/new-data-fix.sh {{name}}
|
bun run ./scripts/new-data-fix.ts {{name}}
|
||||||
|
|
||||||
run-fixes:
|
run-fixes:
|
||||||
go run ./cmd/user run-fixes
|
go run ./cmd/user run-fixes
|
||||||
|
|
||||||
fix-all:
|
fix-all:
|
||||||
bash scripts/fix-all.sh
|
bun run ./scripts/fix-all.ts
|
||||||
|
|||||||
Reference in New Issue
Block a user