From 24a12f56a6f2c68cf7d00c47d200815a14df0542 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 24 Sep 2023 23:12:43 +0100 Subject: [PATCH] build-configs: update --- justfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/justfile b/justfile index bdefa3d..824ebf5 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,5 @@ # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. - default: @just --list @@ -21,18 +20,12 @@ alias phpunit := test test *args: just _exec php phpunit --colors=always {{ args }} -test-watch *args: - nodemon --ext "*" --watch "." --exec "just test || exit 1" --ignore */sites/simpletest - drush *args: just _exec php drush {{ args }} install *args: just _exec php drush site:install -y {{ args }} - - - # Enable or disable Git hooks git-hooks command: #!/usr/bin/env bash @@ -55,6 +48,7 @@ git-hooks command: test-commit: just _run php phpcs just _run php phpstan analyze --no-progress --memory-limit=512M + just test --testdox --testsuite unit just test --testdox --testsuite kernel