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 b884528 commit d620f0b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9 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 @@
export default require('@turbo-cache/release-it');
2 changes: 0 additions & 2 deletions apps/server/.release-it.ts

This file was deleted.

Binary file modified bun.lockb
Binary file not shown.
3 changes: 1 addition & 2 deletions 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": "src/index.ts",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/raine-works/turbo-cache",
Expand All @@ -11,7 +11,6 @@
"typescript": "5.2.2"
},
"devDependencies": {
"@turbo-cache/tsconfig": "workspace:*",
"@b12k/mvm": "0.0.10",
"@release-it/conventional-changelog": "8.0.1",
"release-it": "17.6.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const version = '${version}';
const packageName = process.env.npm_package_name as string;
const packageName = process.env.npm_package_name;
const scope = packageName.split('/')[1];

export default {
Expand Down
4 changes: 0 additions & 4 deletions packages/release-it/tsconfig.json

This file was deleted.

0 comments on commit d620f0b

Please sign in to comment.