Skip to content

Commit d21062c

Browse files
committed
feat(openapi): Add composer command
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 9459724 commit d21062c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"test": "phpunit --configuration tests/phpunit-autotest.xml",
7272
"test:db": "@composer run test -- --group DB,SLOWDB",
7373
"test:files_external": "phpunit --configuration tests/phpunit-autotest-external.xml",
74-
"rector": "rector --config=build/rector.php && composer cs:fix"
74+
"rector": "rector --config=build/rector.php && composer cs:fix",
75+
"openapi": "./build/openapi-checker.sh"
7576
},
7677
"extra": {
7778
"bamarni-bin": {

0 commit comments

Comments
 (0)