summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Light <sam@lightscale.co.uk>2025-03-31 01:29:24 +0100
committerSam Light <samlight1994@gmail.com>2025-03-31 01:29:24 +0100
commit2d7ab00d1f2fa7aee14352e0b5ce3bfd804d7baa (patch)
treea772ac6aa6bc324c5c6e4629fca4254925a0ee7b
parentf9d5d4bb4b0b277d1947087b496a1cd06f66dd03 (diff)
Added test script to composer.json
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index c73cedd..7e7f4f4 100644
--- a/composer.json
+++ b/composer.json
@@ -38,7 +38,8 @@
"Composer\\Config::disableProcessTimeout",
"@build",
"@php vendor/bin/testbench serve --ansi"
- ]
+ ],
+ "test": "@php vendor/bin/pest"
},
"extra": {
"laravel": {