mirror of
https://github.com/nextcloud/server.git
synced 2025-04-13 13:04:24 +00:00
feat(openapi): Add composer command
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
9459724e72
commit
d21062c3f0
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@
|
|||
"test": "phpunit --configuration tests/phpunit-autotest.xml",
|
||||
"test:db": "@composer run test -- --group DB,SLOWDB",
|
||||
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml",
|
||||
"rector": "rector --config=build/rector.php && composer cs:fix"
|
||||
"rector": "rector --config=build/rector.php && composer cs:fix",
|
||||
"openapi": "./build/openapi-checker.sh"
|
||||
},
|
||||
"extra": {
|
||||
"bamarni-bin": {
|
||||
|
|
Loading…
Add table
Reference in a new issue