mirror of https://github.com/rails/rails
Merge pull request #50753 from adrienpoly/remove-deprecated-yarn-check
removes deprecated yarn check in bin/setup
This commit is contained in:
commit
afc7d035d9
|
@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
|
||||||
<% if using_node? -%>
|
<% if using_node? -%>
|
||||||
|
|
||||||
# Install JavaScript dependencies
|
# Install JavaScript dependencies
|
||||||
system("yarn check --check-files") || system!("yarn install")
|
system("yarn install --check-files")
|
||||||
<% elsif using_bun? -%>
|
<% elsif using_bun? -%>
|
||||||
|
|
||||||
# Install JavaScript dependencies
|
# Install JavaScript dependencies
|
||||||
|
|
Loading…
Reference in New Issue