Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 386 Bytes

yarn.md

File metadata and controls

29 lines (18 loc) · 386 Bytes

Yarn recipe

Installing

Install with composer

composer require deployer/recipes --dev

Add to your deploy.php

require 'recipe/yarn.php';

Configuration

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

Tasks

  • yarn:install Install Yarn packages

Usage

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