Skip to content

Commit

Permalink
Merge pull request #262 from LibreSign/fix/remove-temp-files-before-b…
Browse files Browse the repository at this point in the history
…uild

chore: remove temp file before build
  • Loading branch information
vitormattos authored Sep 3, 2024
2 parents 75dbbde + 8fe5cfb commit e1b36ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

use App\Listeners\RemoveTranslationFiles;
use App\Listeners\TranslateContent;
use ElaborateCode\JigsawLocalization\LoadLocalization;

Expand All @@ -8,6 +9,7 @@

$events->beforeBuild([
LoadLocalization::class,
RemoveTranslationFiles::class,
TranslateContent::class,
]);

Expand Down

0 comments on commit e1b36ff

Please sign in to comment.