We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a9e12 commit 63a1832Copy full SHA for 63a1832
1 file changed
composer.json
@@ -32,7 +32,7 @@
32
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l",
33
"cs:check": "php-cs-fixer fix --dry-run --diff",
34
"cs:fix": "php-cs-fixer fix",
35
- "openapi": "generate-spec --verbose",
+ "openapi": "generate-spec --verbose && (npm run typescript:generate || echo 'Please manually regenerate the typescript OpenAPI models')",
36
"psalm": "psalm --no-cache --threads=$(nproc)",
37
"psalm:update-baseline": "psalm --threads=$(nproc) --update-baseline --set-baseline=tests/psalm-baseline.xml",
38
"post-install-cmd": [
0 commit comments