diff --git a/deploy.php b/deploy.php index 827948f..f6ceaa8 100644 --- a/deploy.php +++ b/deploy.php @@ -18,7 +18,7 @@ set('shared_dirs', ['config/secrets','public/cbz','public/tmp','public/images']) desc('Runs webpack encore build'); 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');