Skip to content

Commit b6a4fd8

Browse files
authored
chore: remove npmrc cleanup in release script (#46)
1 parent c6585c7 commit b6a4fd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/release.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ try {
3636
console.error(`Publish failed: ${e.message}`);
3737
process.exit(1);
3838
} finally {
39-
fs.removeSync(npmrcPath);
4039
}
4140

4241
// Push tag to github

0 commit comments

Comments
 (0)