[openstreetmap/openstreetmap-website] DB seed script (PR #6432)
Pablo Brasero
notifications at github.com
Thu Oct 9 10:52:37 UTC 2025
@pablobm commented on this pull request.
> @@ -17,6 +17,9 @@ FileUtils.chdir APP_ROOT do
puts "== Installing dependencies =="
system("bundle check") || system!("bundle install")
+ # Install JavaScript dependencies
+ system("yarn install --check-files")
+
Makes sense 👍 In that case: happy for me to leave this as is and update the install note in this PR?
Tangentially: I should review the install notes. I think I noticed some inconsistencies there. But that'd be separate work.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6432#discussion_r2416377599
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6432/review/3318372449 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251009/90741e03/attachment.htm>
More information about the rails-dev
mailing list