Anton Medvedev 3216576680 Add docs
2021-09-26 15:25:58 +02:00

609 B

npm

Source

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

Source

Install npm packages.

In there is a {{previous_release}}, node_modules will be copied from it before installing deps.