Skip to content

Commit

Permalink
add prettierrc to install
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmyHoenderdaal committed Sep 6, 2024
1 parent 274a68f commit 29ae839
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commands/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function handle()
copy(__DIR__ . '/../../tailwind.config.js', base_path('tailwind.config.js'));
copy(__DIR__ . '/../../vite.config.js', base_path('vite.config.js'));
copy(__DIR__ . '/../../yarn.lock', base_path('yarn.lock'));
copy(__DIR__ . '/../../.prettierrc.js', base_path('.prettierrc.js'));

$this->info('Done 🚀');
}
Expand Down

0 comments on commit 29ae839

Please sign in to comment.