Skip to content

Commit 2872da6

Browse files
committed
build: remove shard scripts from composer.json
1 parent f8cabab commit 2872da6

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

composer.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,7 @@
6666
"post-install-cmd": "@setup",
6767
"post-update-cmd": "@setup",
6868
"format": "vendor/bin/pint",
69-
"test": "vendor/bin/testbench package:test --parallel",
70-
"test-shard": "vendor/bin/pest --shard=%SHARD%/%SHARDS%",
71-
"test-shard-1": "vendor/bin/pest --shard=1/4",
72-
"test-shard-2": "vendor/bin/pest --shard=2/4",
73-
"test-shard-3": "vendor/bin/pest --shard=3/4",
74-
"test-shard-4": "vendor/bin/pest --shard=4/4",
69+
"test": "vendor/bin/pest --parallel",
7570
"clear": "@php vendor/bin/testbench package:purge-skeleton --ansi",
7671
"prepare": "@php vendor/bin/testbench package:discover --ansi",
7772
"build": "@php vendor/bin/testbench workbench:build --ansi",

0 commit comments

Comments
 (0)