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 7f4dfd4 commit 66647fbCopy full SHA for 66647fb
src/cli.ts
@@ -35,7 +35,7 @@ export async function action() {
35
// append
36
let newRegistryText = `registry=${url}`;
37
if (!configText.endsWith(line)) {
38
- newRegistryText = line + newConfigText;
+ newRegistryText = line + newRegistryText;
39
}
40
newConfigText = configText + newRegistryText;
41
} else {
0 commit comments