chore: fix bun action
All checks were successful
Lint / lint (pull_request) Successful in 15s

This commit is contained in:
2026-03-25 11:01:50 +01:00
parent c6fbc4c47c
commit 06c4356f16

View File

@@ -18,8 +18,8 @@
"binary:linux-x64": "bun build --compile --target=bun-linux-x64 --outfile dist/bin/generate-clean-arch-linux-x64 main.ts", "binary:linux-x64": "bun build --compile --target=bun-linux-x64 --outfile dist/bin/generate-clean-arch-linux-x64 main.ts",
"binary:linux-arm64": "bun build --compile --target=bun-linux-arm64 --outfile dist/bin/generate-clean-arch-linux-arm64 main.ts", "binary:linux-arm64": "bun build --compile --target=bun-linux-arm64 --outfile dist/bin/generate-clean-arch-linux-arm64 main.ts",
"binary:windows": "bun build --compile --target=bun-windows-x64 --outfile dist/bin/generate-clean-arch-windows-x64.exe main.ts", "binary:windows": "bun build --compile --target=bun-windows-x64 --outfile dist/bin/generate-clean-arch-windows-x64.exe main.ts",
"lint": "eslint 'main.ts' 'src/**/*.ts' -f unix", "lint": "bunx --bun eslint 'main.ts' 'src/**/*.ts' -f unix",
"lint:fix": "eslint 'main.ts' 'src/**/*.ts' --fix -f unix", "lint:fix": "bunx --bun eslint 'main.ts' 'src/**/*.ts' --fix -f unix",
"format": "prettier --write .", "format": "prettier --write .",
"setup": "bun add -g @openapitools/openapi-generator-cli" "setup": "bun add -g @openapitools/openapi-generator-cli"
}, },