Automatically run Sentry Migrations and DB migrations after composer install.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan migrate --package=cartalyst/sentry"
|
||||
"php artisan migrate"
|
||||
]
|
||||
"pre-update-cmd": [
|
||||
"php artisan clear-compiled"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user