[openstreetmap/openstreetmap-website] DB seed script (PR #6432)

Tom Hughes notifications at github.com
Tue Oct 7 17:38:23 UTC 2025


@tomhughes commented on this pull request.



> @@ -16,6 +16,7 @@ FileUtils.chdir APP_ROOT do
 
   puts "== Installing dependencies =="
   system("bundle check") || system!("bundle install")
+  system("bin/yarn check") || system!("bin/yarn install")

The rails template actually has this if node support is enabled:
```ruby

  # Install JavaScript dependencies
  system("yarn install --check-files")
```
Not sure if the difference is meaningful though...

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6432#pullrequestreview-3311222073
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6432/review/3311222073 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251007/4883cdfe/attachment.htm>


More information about the rails-dev mailing list