Skip to content

Commit

Permalink
chore: fix workers-kv build
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Dec 3, 2023
1 parent 6aff62c commit f227fbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions libs/workers-kv/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"extends": "../../tsconfig.lib.json",
"compilerOptions": {
"baseUrl": "./src",
"outDir": "./lib"
}
"outDir": "./lib",
"rootDir": "./src"
},
"include": ["src/**/*"]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
"test:cov": "yarn test --coverage",
"extract-fixtures": "tsx scripts/extract-webhook-example.ts",
"generate:json-schemas": "node scripts/generate-json-schemas-all.js",
"postinstall": "yarn build:libs"
"postinstall": "yarn build:libs",
"clean": "rm -rf libs/*/lib"
},
"wireit": {
"build:libs": {
Expand Down

0 comments on commit f227fbd

Please sign in to comment.