Skip to content

Commit

Permalink
#3 wip combined openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bennobuilder committed Aug 28, 2024
1 parent 2f92e9f commit bc107aa
Show file tree
Hide file tree
Showing 8 changed files with 1,509 additions and 26 deletions.
2 changes: 2 additions & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"build": "shx rm -rf dist && pnpm run openapi:generate && chmod +x ../../scripts/cli.sh && ../../scripts/cli.sh bundle -b typesonly",
"openapi:generate": "pnpm run openapi:generate:api",
"openapi:generate:api": "npx openapi-typescript --redocly ./src/api/resources/redocly.yaml",
"redocly": "npx @redocly/cli",
"lint": "eslint --ext .js,.ts src/",
"clean": "shx rm -rf dist && shx rm -rf node_modules && shx rm -rf .turbo",
"install:clean": "pnpm run clean && pnpm install"
Expand Down Expand Up @@ -37,6 +38,7 @@
"homepage": "",
"devDependencies": {
"@blgc/config": "^0.0.21",
"@redocly/cli": "^1.21.1",
"openapi-typescript": "^7.1.0"
},
"files": [
Expand Down
Loading

0 comments on commit bc107aa

Please sign in to comment.