Skip to content

Commit

Permalink
fixup! feat(ocs): add OCS extractor and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Aug 5, 2024
1 parent e2f7e48 commit 0ded1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"test:integration:dev": "phpunit -c tests/phpunit.integration.xml --no-coverage --order-by=defects --stop-on-defect --fail-on-warning --stop-on-error --stop-on-failure",
"test:unit": "phpunit -c tests/phpunit.unit.xml --fail-on-warning",
"test:unit:dev": "phpunit -c tests/phpunit.unit.xml --no-coverage --order-by=defects --stop-on-defect --fail-on-warning --stop-on-error --stop-on-failure",
"openapi": "php vendor/bin/generate-spec"
"openapi": "generate-spec"
},
"extra": {
"mozart": {
Expand Down

0 comments on commit 0ded1b0

Please sign in to comment.