Skip to content

Commit

Permalink
temp: build openapi-declaration x3
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyauhalin committed Dec 18, 2024
1 parent 145564a commit b57fa83
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/openapi-declaration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"build": "tsc --project tsconfig.build.json",
"clean": "rimraf coverage node_modules",
"test:types": "tsc --project tsconfig.test.json",
"test:types": "tsc --noEmit",
"test:unit": "c8 --config ../../c8.config.json tsx node_modules/uvu/bin.js lib ^.*\\.test\\.ts$",
"test": "pnpm test:types && pnpm test:unit"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/openapi-declaration/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "lib",
"outDir": "dist"
},
"exclude": ["**/*.test.js", "**/*.test.jsx", "**/*.test.ts", "**/*.test.tsx"]
}
4 changes: 0 additions & 4 deletions packages/openapi-declaration/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"extends": "../../tsconfig.base.next.json",
"compilerOptions": {
"rootDir": "lib",
"outDir": "dist"
},
"include": ["lib"]
}
6 changes: 0 additions & 6 deletions packages/openapi-declaration/tsconfig.test.json

This file was deleted.

0 comments on commit b57fa83

Please sign in to comment.