fix: npm deployment script
Signed-off-by: ThysTips <contact@antoinethys.com>
This commit is contained in:
@@ -18,7 +18,7 @@ set('shared_dirs', ['config/secrets','public/cbz','public/tmp','public/images'])
|
|||||||
|
|
||||||
desc('Runs webpack encore build');
|
desc('Runs webpack encore build');
|
||||||
task('webpack_encore:build', function () {
|
task('webpack_encore:build', function () {
|
||||||
run("cd {{release_path}} && npm run encore {{webpack_encore/env}}");
|
run("cd {{release_path}} && npm run build");
|
||||||
});
|
});
|
||||||
|
|
||||||
desc('Run messenger consume');
|
desc('Run messenger consume');
|
||||||
|
|||||||
Reference in New Issue
Block a user