Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Sep 16, 2024
1 parent c30aee9 commit 5d57e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublish": "yarn build",
"build": "rimraf lib && yarn tsc && yarn bundle && yarn generate-types && yarn generate-json-schema",
"copy": "cp ./openapi.yaml ./docs/blockfrost-openapi.yaml",
"lint": "yarn build && scalar validate ./openapi.yaml",
"lint": "scalar validate ./src/definitions.yaml",
"bundle": "yarn redocly bundle -o ./blockfrost-openapi.yaml src/definitions.yaml && yarn openapi-merge-cli && yarn copy",
"generate-docs": "yarn redocly build-docs -t ./src/template.hbs -o docs/index.html ./openapi.yaml",
"generate-types": "yarn openapi-typescript ./openapi.yaml --output ./src/generated-types.ts",
Expand Down

0 comments on commit 5d57e41

Please sign in to comment.