Stop running assets:install

This commit is contained in:
Oliver Davies 2019-01-16 12:39:34 +00:00
parent 191840d8cf
commit 5e0dfdfbd2

View file

@ -41,8 +41,7 @@
}, },
"scripts": { "scripts": {
"auto-scripts": { "auto-scripts": {
"cache:clear": "symfony-cmd", "cache:clear": "symfony-cmd"
"assets:install %PUBLIC_DIR%": "symfony-cmd"
}, },
"post-install-cmd": [ "post-install-cmd": [
"@auto-scripts" "@auto-scripts"