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 5506fa0 commit 4c9a752
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/server/.release-it.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('@turbo-cache/release-it');
2 changes: 0 additions & 2 deletions apps/server/.release-it.ts

This file was deleted.

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/*"]
}
},
"include": ["src/*", ".release-it.ts"]
"include": ["src/*"]
}
1 change: 0 additions & 1 deletion packages/tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"esModuleInterop": true,
"types": ["bun-types"]
}
}

0 comments on commit 4c9a752

Please sign in to comment.