mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
609 B
609 B
npm
Installing
Add to your deploy.php
require 'contrib/npm.php';
Configuration
bin/npm
(optional): set npm binary, automatically detected otherwise.
Usage
after('deploy:update_code', 'npm:install');
Tasks
npm:install
Install npm packages.
In there is a {{previous_release}}, node_modules will be copied from it before installing deps.