chore: run preflight checks

This commit is contained in:
mkorwel
2025-10-24 09:45:50 -07:00
parent 6b7a1150b5
commit 48a04d2d2d
2 changed files with 5 additions and 5 deletions
+2 -4
View File
@@ -109,9 +109,7 @@ function setupNpmrc() {
fs.writeFileSync(npmrcPath, newContent);
console.log(`✅ Successfully configured your ~/.npmrc file.`);
console.log(
'You can now install both production and pre-release packages.',
);
console.log('You can now install both production and pre-release packages.');
}
setupNpmrc();
setupNpmrc();