Skip to content

Commit

Permalink
πŸ› Add missing do_action call
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsnasz committed Jul 17, 2024
1 parent 152d5de commit 8785702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/bin/bones
Original file line number Diff line number Diff line change
Expand Up @@ -1507,6 +1507,7 @@ namespace Bones {
$this->info("πŸ“¦ Build for production by using '{$answer} run build'");
shell_exec("{$answer} run build");
$this->info("βœ… Build assets successfully");
do_action('wpbones_console_deploy_after_build_assets', $this, $path);
}
}
} else {
Expand Down

0 comments on commit 8785702

Please sign in to comment.