Skip to content

Commit d75ac8a

Browse files
author
Andrew Welch
committed
refactor: Use craft up to run migrations & apply Project Config changes
1 parent d83d075 commit d75ac8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cms/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"post-craft-update": [
4141
"Composer\\Config::disableProcessTimeout",
4242
"@php craft install/check && php craft clear-caches/all --interactive=0 || exit 0",
43-
"@php craft install/check && php craft migrate/all --interactive=0 || exit 0",
44-
"@php craft install/check && php craft project-config/apply --interactive=0 || exit 0"
43+
"@php craft install/check && php craft up --interactive=0 || exit 0"
4544
],
4645
"post-root-package-install": [
4746
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)