mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-20 12:11:28 -07:00
Prepare Windows release and signing process (#16)
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