chore: warn against bun install after link --consume
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user