Skip to content

Commit

Permalink
fixed composer not allowed clear-cache command issues fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Nov 9, 2018
1 parent 3a5fc71 commit 3d55f8e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
},
"scripts": {
"auto-scripts": [
"@clear-cache",
"@cache-clear",
"@install-assets",
"npm install"
],
"clear-cache": "./vendor/bin/yawik clear-cache",
"cache-clear": "./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
32 changes: 16 additions & 16 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d55f8e

Please sign in to comment.