Install with composer
composer require deployer/recipes --dev
Add to your deploy.php
require 'recipe/npm.php';
bin/npm
(optional): set npm binary, automatically detected otherwise.
npm:install
– install npm packages
after('deploy:update_code', 'npm:install');