chore: warn against bun install after link --consume

This commit is contained in:
2026-05-12 11:10:04 +08:00
parent 0fbbf37548
commit 7e7331eb2d
+1
View File
@@ -30,6 +30,7 @@ case "${1:-}" in
--consume) --consume)
each_pkg do_consume each_pkg do_consume
echo "✅ All @uncaged/* packages linked into $(pwd)" echo "✅ All @uncaged/* packages linked into $(pwd)"
echo " ⚠️ Do NOT run 'bun install' after this — it will overwrite the links"
echo " To restore: $0 --unlink" echo " To restore: $0 --unlink"
;; ;;
--unlink) --unlink)