Merge pull request #50753 from adrienpoly/remove-deprecated-yarn-check

removes deprecated yarn check in bin/setup
This commit is contained in:
Rafael Mendonça França 2024-01-15 13:50:19 -05:00 committed by GitHub
commit afc7d035d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
<% if using_node? -%>
# Install JavaScript dependencies
system("yarn check --check-files") || system!("yarn install")
system("yarn install --check-files")
<% elsif using_bun? -%>
# Install JavaScript dependencies