mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Remove "--relative" and "--symlink" options by default
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
},
|
||||
"composer-scripts": {
|
||||
"cache:clear": "symfony-cmd",
|
||||
"assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd"
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
},
|
||||
"env": {
|
||||
"APP_ENV": "dev",
|
||||
|
||||
Reference in New Issue
Block a user