Skip to content

Commit

Permalink
added auto scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaurc committed May 31, 2017
1 parent 9482701 commit 787efba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"symfony/expression-language": "^3.0",
"symfony/security-bundle": "^3.0",
"symfony/twig-bundle": "^3.0",
"symfony/validator": "^3.0"
"symfony/validator": "^3.0",
"symfony/web-server-bundle": "^3.3"
},
"require-dev": {
"symfony/dotenv": "^3.3",
Expand All @@ -45,8 +46,10 @@
}
},
"scripts": {
"auto-scripts": [
],
"auto-scripts": {
"make cache-warmup": "script",
"assets:install --symlink --relative %WEB_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
Expand Down

0 comments on commit 787efba

Please sign in to comment.