2
0

Install from nvmrc during devcontainer Dockerfile build (#30603)

This commit is contained in:
Matt Jankowski
2024-06-08 06:33:28 -04:00
committed by GitHub
parent c1a84f1b5b
commit 6952af137d
3 changed files with 8 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
system('bundle check') || system!('bundle install')
puts "\n== Installing JS dependencies =="
system! 'corepack prepare'
system! 'corepack enable'
system! 'bin/yarn install --immutable'
puts "\n== Preparing database =="