revert back the bin/setup

This commit is contained in:
Ahmed Ejaz
2026-03-31 03:49:35 +05:00
parent 3ee338fa8d
commit b7f154d289

View File

@@ -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 =="