We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0496a5f + 88e8774 commit afc7d03Copy full SHA for afc7d03
railties/lib/rails/generators/rails/app/templates/bin/setup.tt
@@ -18,7 +18,7 @@ FileUtils.chdir APP_ROOT do
18
<% if using_node? -%>
19
20
# Install JavaScript dependencies
21
- system("yarn check --check-files") || system!("yarn install")
+ system("yarn install --check-files")
22
<% elsif using_bun? -%>
23
24
0 commit comments