Anton Medvedev e80876d90d Update docs
2022-07-26 09:18:44 +02:00

754 B

Yarn Recipe

Source

Installing

Add to your deploy.php

require 'contrib/yarn.php';

Configuration

  • bin/yarn (optional): set Yarn binary, automatically detected otherwise.

Usage

after('deploy:update_code', 'yarn:install');

Configuration

bin/yarn

Source

Tasks

yarn:install

Source

Installs Yarn packages.

In there is a {{previous_release}}, node_modules will be copied from it before installing deps with yarn.