mirror of
https://github.com/getgrav/grav.git
synced 2026-01-30 11:20:07 +01:00
Merge pull request #658 from Vivalldi/develop
Add composer test command for windows
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