Skip to content

Commit

Permalink
fix: put new docs back
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Nov 5, 2024
1 parent d022267 commit 83b4388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.7-beta.0",
"version": "0.1.7",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand All @@ -13,9 +13,9 @@
"scripts": {
"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",
"copy-spec": "cp ./openapi.yaml ./docs/blockfrost-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",
"bundle": "yarn redocly bundle -o ./blockfrost-openapi.yaml src/definitions.yaml && yarn openapi-merge-cli && yarn copy-spec",
"generate-types": "yarn openapi-typescript ./openapi.yaml --output ./src/generated-types.ts",
"generate-json-schema": "node lib/scripts/generate-json-schema.js > json-schema.json",
"test": "vitest",
Expand Down

0 comments on commit 83b4388

Please sign in to comment.