Skip to content

Commit

Permalink
Fix paths for graph-client
Browse files Browse the repository at this point in the history
  • Loading branch information
TimDiekmann committed Nov 7, 2024
1 parent ca39c11 commit b4f1926
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/@local/graph/client/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc --build tsconfig.build.json",
"codegen": "redocly bundle -o openapi.bundle.json ../../graph/api/openapi/openapi.json && JAVA_OPTS='-Dlog.level=warn' openapi-generator-cli generate && rm openapi.bundle.json && fix-esm-import-path *.ts"
"codegen": "redocly bundle -o openapi.bundle.json ../../api/openapi/openapi.json && JAVA_OPTS='-Dlog.level=warn' openapi-generator-cli generate && rm openapi.bundle.json && fix-esm-import-path *.ts"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "2.15.3",
Expand Down
4 changes: 2 additions & 2 deletions libs/@local/graph/client/typescript/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"codegen": {
"inputs": [
"../../graph/api/openapi/openapi.json",
"../../graph/api/openapi/models/**",
"../../api/openapi/openapi.json",
"../../api/openapi/models/**",
"opeenapitools.json"
],
"outputs": [
Expand Down

0 comments on commit b4f1926

Please sign in to comment.