mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-14 00:13:05 +08:00
The `rm -f .*.bun-build` glob cleanup step fails on Windows/Git Bash when no files match the pattern, causing `bun run build` to exit with code 1. Since the setup script uses `set -e`, this aborts the entire setup before skill symlinks are created. Adding `|| true` makes the cleanup step non-fatal, which matches the intent — it's just removing stale build artifacts if they exist.
1.6 KiB
1.6 KiB