From b7f154d2898174b2a0243a5f770d80da32325bf7 Mon Sep 17 00:00:00 2001 From: Ahmed Ejaz Date: Tue, 31 Mar 2026 03:49:35 +0500 Subject: [PATCH] revert back the bin/setup --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index f1e5fa0be5..a55bfa66b9 100755 --- a/bin/setup +++ b/bin/setup @@ -27,7 +27,7 @@ FileUtils.chdir APP_ROOT do system("bundle check 2> /dev/null") || system!(BUNDLE_ENV, "bundle install") # Install JavaScript dependencies - system("script/nodenv-install.sh") + system!("script/nodenv-install.sh") system!("bin/yarn") # puts "\n== Copying sample files =="