Skip to content

Commit ec6d81b

Browse files
committed
Merge pull request #397 from wmde/revert-390-noVendor
Revert "Don't access vendor/bin in composer ci"
2 parents 93d7518 + d8036ba commit ec6d81b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
}
4545
},
4646
"scripts": {
47-
"ci": [
48-
"composer test",
49-
"composer cs"
50-
],
5147
"test": [
5248
"composer validate --no-interaction",
5349
"phpunit"
5450
],
5551
"cs": [
56-
"phpcs src/* tests/* --standard=phpcs.xml --extensions=php -sp"
52+
"vendor/bin/phpcs src/* tests/* --standard=phpcs.xml --extensions=php -sp"
53+
],
54+
"ci": [
55+
"composer test",
56+
"composer cs"
5757
]
5858
}
5959
}

0 commit comments

Comments
 (0)