added auto-script to install assets (#214)

This commit is contained in:
Kevin Papst
2018-07-13 15:14:39 +02:00
committed by GitHub
parent d8f7a5dfa4
commit d15cf72474

View File

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