8000 Moved pre-update-cmd to post-update-cmd · riotCode/laravel@258919a · GitHub
[go: up one dir, main page]

Skip to content

Commit 258919a

Browse files
author
Ibrahim AshShohail
committed
Moved pre-update-cmd to post-update-cmd
1 parent fbd93f6 commit 258919a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@
2020
"post-install-cmd": [
2121
"php artisan optimize"
2222
],
23-
"pre-update-cmd": [
24-
"php artisan clear-compiled"
25-
],
2623
"post-update-cmd": [
24+
"php artisan clear-compiled"
2725
"php artisan optimize"
2826
],
2927
"post-create-project-cmd": [

0 commit comments

Comments
 (0)
0