From cfcb183117e6072f602627f9014e50414a2f6e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 27 Nov 2022 21:56:00 +0800 Subject: [PATCH] Update composer.json --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7e75c95fe..35e2d9599 100644 --- a/composer.json +++ b/composer.json @@ -43,8 +43,7 @@ "scripts": { "post-autoload-dump": [ "@php think service:discover", - "@php think vendor:publish", - "@php think migrate:run" + "@php think vendor:publish" ] } }