From c0d9f739b30a8b4af5a8bf0725df4da9969e0af1 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 12 Dec 2022 13:44:39 +0000 Subject: [PATCH] chore: fixes script name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ace8c975..425ed877 100644 --- a/composer.json +++ b/composer.json @@ -77,7 +77,7 @@ "test:integration": "php bin/pest --colors=always --group=integration -v", "update:snapshots": "REBUILD_SNAPSHOTS=true php bin/pest --colors=always", "test": [ - "@rest:refacto", + "@test:refacto", "@test:lint", "@test:types", "@test:unit",