Skip to content

Commit 995be0e

Browse files
committed
Fixed composer commands for Windows compatibility
1 parent a98ca58 commit 995be0e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"scripts": {
1212
"test": "composer single && composer local && composer parallel",
13-
"single": "vendor/bin/codecept run --env single -g single --steps",
14-
"local": "vendor/bin/codecept run --env local -g local --steps",
15-
"parallel": "vendor/bin/robo parallel:all"
13+
"single": "codecept run --env single -g single --steps",
14+
"local": "codecept run --env local -g local --steps",
15+
"parallel": "robo parallel:all"
1616
},
1717
"autoload": {
1818
"classmap": ["lib/"]

0 commit comments

Comments
 (0)