feat: add openapi gen to core

This commit is contained in:
2023-06-27 11:14:28 +02:00
parent 5b4d2bd16c
commit c4260dc882
11 changed files with 14 additions and 51 deletions

View File

@@ -16,8 +16,8 @@
"syncpack": "syncpack list-mismatches && syncpack lint-semver-ranges",
"syncpack:fix": "syncpack format && syncpack fix-mismatches",
"test": "trap 'node coverage.mjs' EXIT && dotenv -c -- turbo run test --filter=!@openstapps/app",
"test:skip": "dotenv -c -- turbo-ignore --task='test' --filter=!@openstapps/app",
"test:integration": "dotenv -c -- turbo run test:integration",
"test:skip": "dotenv -c -- turbo-ignore --task='test' --filter=!@openstapps/app",
"turboify-pipeline": "node deploy.mjs backend,api-cli,database && pnpm build:full && pnpm test && pnpm run docs"
},
"devDependencies": {