Anton Medvedev a2b3da8c32 Add *s
2021-11-08 22:59:39 +01:00

747 B

yarn

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.