mirror of
https://github.com/getgrav/grav.git
synced 2026-06-15 21:59:59 +02:00
Add composer test command for windows
Windows is dumb... gotta use those backslashes
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd": "bin/grav install",
|
||||
"test": "vendor/bin/codecept run unit"
|
||||
"test": "vendor/bin/codecept run unit",
|
||||
"test-windows": "vendor\\bin\\codecept run unit"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
|
||||
Reference in New Issue
Block a user