Skip to content

Commit

Permalink
🚀 v5
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed Nov 24, 2024
1 parent 52af2fe commit 6229262
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 6229262

Please sign in to comment.