Merge pull request #11551 from mkllnk/setup-node-version

Install the current node version in setup
This commit is contained in:
David Cook
2023-09-19 13:49:43 +10:00
committed by GitHub

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