Skip to content

Commit

Permalink
config: Remove codegen from monorepo scripts and add build to http cl…
Browse files Browse the repository at this point in the history
…ient package
  • Loading branch information
vholik committed Jan 14, 2025
1 parent 80b64e9 commit aafa151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
".": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"codegen": "swagger-typescript-api --path ../../apps/backend/combined.oas.json --output ./src -n index.ts && tsc"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://turbo.build/schema.json",
"tasks": {
"build": {
"dependsOn": ["^build", "codegen"],
"dependsOn": ["^build"],
"outputs": ["dist/**"]
},

Expand Down

0 comments on commit aafa151

Please sign in to comment.