Skip to content

Commit 88e8774

Browse files
committed
remove deprecated yarn check
1 parent 0ecfbe2 commit 88e8774

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates/bin

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/bin/setup.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
1818
<% if using_node? -%>
1919

2020
# Install JavaScript dependencies
21-
system("yarn check --check-files") || system!("yarn install")
21+
system("yarn install --check-files")
2222
<% elsif using_bun? -%>
2323

2424
# Install JavaScript dependencies

0 commit comments

Comments
 (0)