Skip to content

Commit

Permalink
fix: removed no-interaction flag for workbench.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickJMenezes committed Mar 19, 2024
1 parent bd38830 commit 9584b24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ npm-debug.log
yarn-error.log

.phpunit.result.cache
.DS_Store
1 change: 0 additions & 1 deletion src/UseCases/GenerateLibrary.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ private function scaffoldLibrary(
new GeneratorCommand([
'vendor'.DIRECTORY_SEPARATOR.'bin'.DIRECTORY_SEPARATOR.'testbench',
'workbench:install',
'--no-interaction',
]),
new GeneratorCommand([
'vendor'.DIRECTORY_SEPARATOR.'bin'.DIRECTORY_SEPARATOR.'pest',
Expand Down

0 comments on commit 9584b24

Please sign in to comment.