default use symlink for asset deployment

This commit is contained in:
Yorkie Chadwick
2019-11-06 10:06:01 +01:00
parent 720c21408e
commit ec4f3360b0
+1 -1
View File
@@ -13,6 +13,6 @@
},
"composer-scripts": {
"ckeditor:install --clear=drop": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
"assets:install --symlink %PUBLIC_DIR%": "symfony-cmd"
}
}