Skip to content

Commit c5ed4db

Browse files
committed
Merge pull request #390 from wmde/noVendor
Don't access vendor/bin in composer ci
2 parents a634682 + 121e0a1 commit c5ed4db

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+
],
4751
"test": [
4852
"composer validate --no-interaction",
4953
"phpunit"
5054
],
5155
"cs": [
52-
"vendor/bin/phpcs src/* tests/* --standard=phpcs.xml --extensions=php -sp"
53-
],
54-
"ci": [
55-
"composer test",
56-
"composer cs"
56+
"phpcs src/* tests/* --standard=phpcs.xml --extensions=php -sp"
5757
]
5858
}
5959
}

0 commit comments

Comments
 (0)