Skip to content

Commit

Permalink
Fixing JSON parse errors from #97
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 30, 2013
1 parent 12d3d10 commit d91d75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"scripts": {
"post-install-cmd": [
"php artisan migrate --package=cartalyst/sentry"
"php artisan migrate --package=cartalyst/sentry",
"php artisan migrate"
]
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
Expand Down

0 comments on commit d91d75a

Please sign in to comment.