Skip to content

Commit

Permalink
Include winter:mirror in default post create project scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers authored Oct 15, 2024
1 parent b375f74 commit ba37293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"scripts": {
"post-create-project-cmd": [
"@php artisan winter:install",
"@php artisan winter:env"
"@php artisan winter:env",
"@php artisan winter:mirror public --relative"
],
"post-update-cmd": [
"@php artisan winter:version",
Expand Down

0 comments on commit ba37293

Please sign in to comment.