Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
raineworks committed Aug 5, 2024
1 parent f32b9c7 commit 742a219
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@/*": ["./src/*"]
}
},
"exclude": ["node_modules"]
"include": ["src/*", ".release-it.ts"]
}
2 changes: 1 addition & 1 deletion packages/release-it/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@turbo-cache/release-it",
"private": true,
"main": ".release-it.ts",
"main": "src/index.ts",
"type": "module",
"repository": {
"type": "git",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/release-it/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": "@turbo-cache/tsconfig/base.json",
"include": [".release-it.ts"]
"include": ["src/*"]
}

0 comments on commit 742a219

Please sign in to comment.