Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 298 Bytes

npm.md

File metadata and controls

21 lines (13 loc) · 298 Bytes

NPM recipe

Installing

require 'recipe/npm.php';

Configuration options

  • bin/npm (optional): set NPM binary, automatically detected otherwise.

Tasks

  • npm:install Install NPM packages

Suggested Usage

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