Skip to content

Commit

Permalink
Openapi (#180)
Browse files Browse the repository at this point in the history
* chore: openapi

* fix: errors
  • Loading branch information
vladimirvolek authored Jan 15, 2022
1 parent b9e21b9 commit 9239a5a
Show file tree
Hide file tree
Showing 2 changed files with 778 additions and 777 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"build": "yarn clean && tsc",
"clean": "rimraf lib",
"generate-types": "openapi-typescript https://raw.githubusercontent.com/blockfrost/openapi/master/swagger.yaml --output ./src/types/OpenApi.ts",
"generate-types": "openapi-typescript https://raw.githubusercontent.com/blockfrost/openapi/master/openapi.yaml --output ./src/types/OpenApi.ts",
"lint": "eslint ./src/**/*.ts",
"prepublishOnly": "yarn build",
"run-example:api": "ts-node-dev --transpile-only ./examples/api.ts",
Expand Down
Loading

0 comments on commit 9239a5a

Please sign in to comment.