Add pre-update command to remove the compiled file.
This commit is contained in:
parent
6e5ca7331e
commit
315bb1dd9b
|
@ -13,6 +13,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"pre-update-cmd": "rm bootstrap/compiled.php",
|
||||||
"post-update-cmd": "php artisan optimize"
|
"post-update-cmd": "php artisan optimize"
|
||||||
},
|
},
|
||||||
"minimum-stability": "dev"
|
"minimum-stability": "dev"
|
||||||
|
|
Loading…
Reference in New Issue