diff --git a/deploy.php b/deploy.php index 2685ada..bd2b1f3 100644 --- a/deploy.php +++ b/deploy.php @@ -43,6 +43,7 @@ if (input()->hasArgument('stage')) { $stage = input()->getArgument('stage'); } + cd('{{release_or_current_path}}'); run("npm ci && npm run $stage"); });