Skip to content

Commit

Permalink
WIP (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
robsontenorio authored Feb 3, 2025
1 parent 4e77c53 commit 557f5eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Console/Commands/MaryInstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function setupTailwindDaisy(string $packageManagerCommand)
*/
$this->info("\nInstalling daisyUI + Tailwind...\n");

Process::run("$packageManagerCommand tailwindcss daisyui@latest postcss autoprefixer", function (string $type, string $output) {
Process::run("$packageManagerCommand tailwindcss@^3 daisyui@^4 postcss autoprefixer", function (string $type, string $output) {
echo $output;
})->throw();

Expand Down Expand Up @@ -172,6 +172,7 @@ public function copyStubs(string $shouldInstallVolt): void
$this->warn('---------------------------------------------');
$this->warn('🚨 Starter kit detected. Skipping demo components. 🚨');
$this->warn('---------------------------------------------');

return;
}

Expand Down

0 comments on commit 557f5eb

Please sign in to comment.