From a819dacb64d7bdfbfda62af0eac180724652c81b Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Thu, 16 Apr 2026 08:13:10 +0200 Subject: [PATCH] rm prod flag --- ct/dashy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/dashy.sh b/ct/dashy.sh index bcffc92b..fe363675 100644 --- a/ct/dashy.sh +++ b/ct/dashy.sh @@ -44,7 +44,7 @@ function update_script() { msg_info "Updating Dashy" cd /opt/dashy - $STD yarn install --production --ignore-engines --network-timeout 300000 + $STD yarn install --ignore-engines --network-timeout 300000 msg_ok "Updated Dashy" msg_info "Restoring conf.yml"