0
0
Fork 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 =="