Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

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');