Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

add npm build to npm recipe #216

Closed
unrup1 opened this issue Mar 18, 2019 · 0 comments
Closed

add npm build to npm recipe #216

unrup1 opened this issue Mar 18, 2019 · 0 comments

Comments

@unrup1
Copy link

unrup1 commented Mar 18, 2019

Q A
Issue Type Feature Request
Deployer Version ^6.4
Recipes Version ^6.2
Local Machine OS macOS
Remote Machine OS debian stretch

Description

Add npm build to the npm recipe. if you want i can create the pull request.

Content of deploy.php

desc('Run npm build')
task('npm:build', function() {
    run("cd {{release_path}} && {{bin/npm}} build");
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants