diff --git a/deploy.php b/deploy.php index 997b0cf..26005d2 100644 --- a/deploy.php +++ b/deploy.php @@ -118,7 +118,8 @@ task('deploy:stop-workers', function () { }); task('deploy:assets', function () { - runLocally('npm i && npm run build'); + runLocally('ddev exec npm ci'); + runLocally('ddev exec npm run build'); }); after('deploy:failed', 'deploy:unlock');