Fix extra line added to bin/setup in app:update

155b757 added some yarn commands to bin/setup for apps that are using
Node. However, the blank line between the added block and the
skip_active_record block results in an extraneous blank line added to
apps when running app:update.
This commit is contained in:
Hartley McGuire 2022-07-23 16:37:58 -04:00
parent 97f13c2b82
commit f99f04a0c1
No known key found for this signature in database
GPG Key ID: E823FC1403858A82

@ -20,7 +20,6 @@ FileUtils.chdir APP_ROOT do
# Install JavaScript dependencies
system("yarn check --check-files") || system!("yarn install")
<% end -%>
<% unless options.skip_active_record? -%>
# puts "\n== Copying sample files =="