From 416c44d3c9fa47542554390716bd827a7f187088 Mon Sep 17 00:00:00 2001 From: Casey Brookes <58667871+caseybrookes@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:28:08 -0500 Subject: [PATCH] feat(yalc): add yalc for local package dev++ --- src/install_env.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/install_env.sh b/src/install_env.sh index a3bfd9e..5d07397 100644 --- a/src/install_env.sh +++ b/src/install_env.sh @@ -430,4 +430,8 @@ sudo add-apt-repository ppa:appimagelauncher-team/stable sudo apt update sudo apt install appimagelauncher - +###################### +## install yalc +## https://github.com/wclr/yalc +###################### +npm i yalc -g