We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
craft up
1 parent d83d075 commit d75ac8aCopy full SHA for d75ac8a
cms/composer.json
@@ -40,8 +40,7 @@
40
"post-craft-update": [
41
"Composer\\Config::disableProcessTimeout",
42
"@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"
+ "@php craft install/check && php craft up --interactive=0 || exit 0"
45
],
46
"post-root-package-install": [
47
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
0 commit comments