Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Aug 13, 2024
1 parent cd39f95 commit bc26d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function handle()
->run(array_filter([
$binFile,
'-i', $sourcePath,
'-o', $destinationPath,
'-o', $destinationFileAbsolutePath,
$this->option('watch') ? '-w' : null,
$this->shouldMinify() ? '-m' : null,
]), function ($type, $output) {
Expand Down

0 comments on commit bc26d1c

Please sign in to comment.