We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7492fcb commit 76aef41Copy full SHA for 76aef41
packages/cactus-plugin-satp-hermes/package.json
@@ -73,7 +73,7 @@
73
"bundle-openapi-yaml": "swagger-cli bundle ./src/main/yml/bol/openapi-blo.yml -o ./src/main/yml/bol/openapi-blo-bundled.yml -r -t yaml",
74
"codegen": "run-p 'codegen:*'",
75
"codegen:openapi": "npm run generate-sdk",
76
- "codegen:proto": "buf build --verbose",
+ "codegen:proto": "buf build --verbose && buf generate --verbose",
77
"db:cleanup": "find src/knex/ -name '.dev.local-*.sqlite3' -delete",
78
"db:destroy": "docker-compose down -v && npm run db:cleanup",
79
"db:init": "run-s db:init:local db:init:remote",
0 commit comments