Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 409 Bytes

yarn.md

File metadata and controls

17 lines (12 loc) · 409 Bytes

Yarn build helper

Installing

Include helper in deploy.php file.

require 'recipe/build/yarn.php';

Tasks & Configuration

  • build:yarn - build yarn packages with config:
    • local/bin/yarn - default: which yarn
    • build_yarn_path - default: ./
    • build_yarn_action - default: install
    • build_yarn_options - default: {{build_yarn_action}}