From d4142012ec9b25ad47862c74b1c115989bc69237 Mon Sep 17 00:00:00 2001 From: ThysTips Date: Sat, 1 Feb 2025 17:02:55 +0100 Subject: [PATCH] fix: npm deployment script Signed-off-by: ThysTips --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');