Skip to content

Commit

Permalink
added clear-cache command
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Nov 8, 2018
1 parent b07ebdc commit 82dbc7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
},
"scripts": {
"auto-scripts": [
"@clear-cache",
"@install-assets",
"npm install"
],
"clear-cache": "./vendor/bin/yawik clear-cache",
"install-assets": "./vendor/bin/yawik assets-install --relative",
"serve": "php -S localhost:8080 -t public/",
"post-install-cmd": [
Expand Down

0 comments on commit 82dbc7d

Please sign in to comment.