openstreetmap-website/script
Andy Allan 581bf517cb Use bin/yarn consistently for installations
Since rails 7, the `rails yarn:install` command no longer uses
bin/yarn and so a) doesn't detect yarn binaries named "yarnpkg"
(e.g. Ubuntu) and b) doesn't allow us to pass any flags to yarn,
(e.g. "--ignore-engines").

Since we want to avoid making the installation more difficult (by
e.g. installing yarn from other sources, or requiring particular
node versions) we can instead just use our existing bin/yarn script.

The reason Dockerfile did its own thing was to avoid pulling in
big chunks of rails, but bin/yarn is a standalone ruby script.

Fixes #3579
2023-01-11 13:58:54 +00:00
..
locale Merge remote-tracking branch 'upstream/pull/2864' 2020-10-01 08:57:36 +01:00
misc update-wiki-pages: process KeyPrefixDescription template 2022-12-30 08:48:57 +01:00
vagrant/setup Use bin/yarn consistently for installations 2023-01-11 13:58:54 +00:00
cleanup Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
deliver-message Prefer string interpolation to concatenation 2020-11-13 11:32:28 +00:00
normalise-structure Teach database structure normalise to ignore btree_gist comment 2022-05-09 18:39:14 +01:00
statistics Fix statistics script to use absolute links 2022-07-29 20:55:17 +03:00
update-spam-blocks Fix rubocop Rails/TimeZone warnings 2022-03-01 22:55:10 +00:00