diff --git a/bin/setup b/bin/setup index 6336211b4a..52411f7240 100755 --- a/bin/setup +++ b/bin/setup @@ -21,6 +21,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("bin/yarn") # puts "\n== Copying sample files =="