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.
1 parent 0ecfbe2 commit 88e8774Copy full SHA for 88e8774
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