From 7e7331eb2d1e332f7424dfe30b310f641bef9233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E6=9C=88?= Date: Tue, 12 May 2026 11:10:04 +0800 Subject: [PATCH] chore: warn against bun install after link --consume --- scripts/link-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/link-all.sh b/scripts/link-all.sh index 9769313..92e3568 100755 --- a/scripts/link-all.sh +++ b/scripts/link-all.sh @@ -30,6 +30,7 @@ case "${1:-}" in --consume) each_pkg do_consume 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" ;; --unlink)