From 6229262cfa8be8951e5473a7c76d34ec4f6fac26 Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Sun, 24 Nov 2024 22:01:46 +0000 Subject: [PATCH] :rocket: v5 Signed-off-by: Bruno Meilick --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index f1c9f1f..37e4d55 100644 --- a/composer.json +++ b/composer.json @@ -60,11 +60,7 @@ "scripts": { "stan": "./vendor/bin/phpstan", "fix": "./vendor/bin/pint", - "test": [ - "sed -i.bak 's/function dump(/function xdump(/g' tests/kirby/config/helpers.php", - "sed -i.bak 's/function e(/function xe(/g' tests/kirby/config/helpers.php", - "./vendor/bin/pest" - ], + "test": "./vendor/bin/pest --ci", "dist": [ "npm run format", "composer fix", @@ -76,7 +72,9 @@ "composer install", "composer update", "composer install --working-dir=tests/kirby --no-dev --optimize-autoloader", - "composer update --working-dir=tests/kirby" + "composer update --working-dir=tests/kirby", + "sed -i.bak 's/function dump(/function xdump(/g' tests/kirby/config/helpers.php", + "sed -i.bak 's/function e(/function xe(/g' tests/kirby/config/helpers.php" ] }, "extra": {