Remove "--relative" and "--symlink" options by default

This commit is contained in:
Gaiaz Iusipov
2018-05-10 19:26:04 +03:00
parent 7634b67e9b
commit 9f97317077
+1 -1
View File
@@ -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",