]> git.openstreetmap.org Git - rails.git/blobdiff - script/vagrant/setup/provision.sh
Use bin/yarn consistently for installations
[rails.git] / script / vagrant / setup / provision.sh
index e10e144a8bcd8fd1206e89e186c4e5a6e05ec908..e114f46166b6f27875b1298eec8e8e21b7c5edfb 100644 (file)
@@ -29,7 +29,7 @@ pushd /srv/openstreetmap-website
 # do bundle install as a convenience
 bundle install --retry=10 --jobs=2
 # do yarn install as a convenience
-bundle exec rake yarn:install
+bundle exec bin/yarn install
 # create user and database for openstreetmap-website
 db_user_exists=`sudo -u postgres psql postgres -tAc "select 1 from pg_roles where rolname='vagrant'"`
 if [ "$db_user_exists" != "1" ]; then