Skip to content

Commit

Permalink
chore: assets:install en mode "copie" et non "lien symbolique"
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Jan 9, 2025
1 parent 3cebf3c commit 54f3645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install --symlink %PUBLIC_DIR%": "symfony-cmd"
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
Expand Down

0 comments on commit 54f3645

Please sign in to comment.