require 'contrib/yarn.php';- bin/yarn (optional): set Yarn binary, automatically detected otherwise.
after('deploy:update_code', 'yarn:install');
after('yarn:install', 'yarn:build');- bin/yarn (optional): set Yarn binary, automatically detected otherwise.
after('deploy:update_code', 'yarn:install');
after('yarn:install', 'yarn:build');return which('yarn');Installs Yarn packages.
In there is a {{previous_release}}, node_modules will be copied from it before installing deps with yarn.
Runs Yarn build.