Skip to content

Commit 5e629f0

Browse files
committed
Removed spec/ folder form scripts section of composer.json
1 parent 71ba53b commit 5e629f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@
6969
"analyse": [
7070
"@composer validate --strict",
7171
"vendor/bin/phpstan analyse -c phpstan.neon -l max",
72-
"vendor/bin/ecs check src/ spec/"
72+
"vendor/bin/ecs check src/"
7373
],
7474
"fix": [
75-
"vendor/bin/ecs check --fix src/ spec/"
75+
"vendor/bin/ecs check --fix src/"
7676
]
7777
},
7878
"config": {

0 commit comments

Comments
 (0)