mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-04-10 04:19:25 -07:00
fix: stabilize Windows launcher and subsync tests
This commit is contained in:
@@ -17,4 +17,5 @@ paths=(
|
||||
"src"
|
||||
)
|
||||
|
||||
exec bunx prettier "$@" "${paths[@]}"
|
||||
BUN_BIN="$(command -v bun.exe || command -v bun)"
|
||||
exec "$BUN_BIN" x prettier "$@" "${paths[@]}"
|
||||
|
||||
Reference in New Issue
Block a user