From ef6ca736967d0898c76449e79abb4d5a29ac5541 Mon Sep 17 00:00:00 2001 From: Jeff Mueller Date: Mon, 16 Sep 2024 14:14:08 -0400 Subject: [PATCH] Switch to correct directory before building assets --- deploy.php | 1 + 1 file changed, 1 insertion(+) 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"); });