We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6585c7 commit b6a4fd8Copy full SHA for b6a4fd8
scripts/release.mjs
@@ -36,7 +36,6 @@ try {
36
console.error(`Publish failed: ${e.message}`);
37
process.exit(1);
38
} finally {
39
- fs.removeSync(npmrcPath);
40
}
41
42
// Push tag to github
0 commit comments