Skip to content

Commit ce212a2

Browse files
authored
ci(vercel): move openapi files to vercel output directory after build (#2243)
1 parent 0c8fe4a commit ce212a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"generate:client": "openapi-typescript ./docs/openapi.yaml -o ./client/src/generated/schema.d.ts",
4040
"build": "npm run generate:git-info && rimraf ./lib && tsc -p tsconfig.build.json",
4141
"build:tests": "tsc -p tsconfig.json",
42-
"build:docs": "npm run generate:git-info && npm run generate:openapi && npm run generate:redoc",
42+
"build:docs": "npm run generate:git-info && npm run generate:openapi && npm run generate:redoc && mv ./docs/openapi* ./docs/.tmp/",
4343
"build:client": "npm run generate:git-info && npm run generate:openapi && npm run generate:client",
4444
"start": "node ./lib/index.js",
4545
"lint": "npm run lint:eslint && npm run lint:prettier",

0 commit comments

Comments
 (0)