We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8fe4a commit ce212a2Copy full SHA for ce212a2
package.json
@@ -39,7 +39,7 @@
39
"generate:client": "openapi-typescript ./docs/openapi.yaml -o ./client/src/generated/schema.d.ts",
40
"build": "npm run generate:git-info && rimraf ./lib && tsc -p tsconfig.build.json",
41
"build:tests": "tsc -p tsconfig.json",
42
- "build:docs": "npm run generate:git-info && npm run generate:openapi && npm run generate:redoc",
+ "build:docs": "npm run generate:git-info && npm run generate:openapi && npm run generate:redoc && mv ./docs/openapi* ./docs/.tmp/",
43
"build:client": "npm run generate:git-info && npm run generate:openapi && npm run generate:client",
44
"start": "node ./lib/index.js",
45
"lint": "npm run lint:eslint && npm run lint:prettier",
0 commit comments