Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 10, 2024
1 parent 6498cd4 commit d59a4d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Directory Permissions
run: sudo chown -R $(whoami) storage vendor/pestphp/pest/.temp vendor/orchestra
run: sudo chown -R $(whoami) vendor/pestphp/pest/.temp vendor/orchestra

- name: Install Workbench NPM dependencies
run: composer setup-bun
Expand Down
2 changes: 1 addition & 1 deletion src/Bundlers/Bun.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function build(string $inputPath, string $outputPath, string $fileName):
];


Process::run("{$path}bun build {$this->args($options)}")
Process::run(dd("{$path}bun build {$this->args($options)}"))
->throw(function ($res) use ($inputPath, $fileName): void {
$failed = file_get_contents($inputPath.$fileName);
throw new BundlingFailedException($res, $failed);
Expand Down

0 comments on commit d59a4d9

Please sign in to comment.