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 5a42275 commit b884528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion packages/release-it/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const version = '${version}';
const packageName = process.env.npm_package_name!;
const packageName = process.env.npm_package_name as string;
const scope = packageName.split('/')[1];

export default {
Expand Down
3 changes: 0 additions & 3 deletions packages/release-it/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"extends": "@turbo-cache/tsconfig/base.json",
"compilerOptions": {
"module": "CommonJS"
},
"include": ["src/*"]
}

0 comments on commit b884528

Please sign in to comment.