Skip to content

Commit

Permalink
Switch to correct directory before building assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmueller-st committed Sep 16, 2024
1 parent 179ec82 commit ef6ca73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
if (input()->hasArgument('stage')) {
$stage = input()->getArgument('stage');
}
cd('{{release_or_current_path}}');
run("npm ci && npm run $stage");
});

Expand Down

0 comments on commit ef6ca73

Please sign in to comment.