Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Jan 22, 2024
1 parent b692aca commit 321efdd
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 @@ -47,7 +47,7 @@ function () {

exec('yarn --silent');

usleep(800);
sleep(1);
},
'Installing Yarn'
);
Expand Down

0 comments on commit 321efdd

Please sign in to comment.