Install the current node version in setup

This commit is contained in:
Maikel Linke
2023-09-15 15:25:16 +10:00
parent aad58f1c8b
commit ab157246df

View File

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