Skip to content

Commit

Permalink
Add node modules path?
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jan 3, 2025
1 parent 0bcff64 commit dd1e4da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mjml.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ public function getCommand(string $templatePath, string $outputPath, $arguments)
$extraDirectories = [
'/usr/local/bin',
'/opt/homebrew/bin',
__DIR__ .'/../node_modules/mjml/bin'
];

$mjmlPathFromEnv = getenv('MJML_PATH');
Expand Down

0 comments on commit dd1e4da

Please sign in to comment.