From da424119c816a2087ce32c1f6866ccee370e36c3 Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 13 Aug 2024 21:32:57 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20adding=20versioning=20scrip?= =?UTF-8?q?t=20on=20master=20and=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release.js b/release.js index 53630be..b0eac9c 100644 --- a/release.js +++ b/release.js @@ -42,8 +42,8 @@ async function run() { execSync('git push origin master --follow-tags', { stdio: 'inherit' }); // Publish the package - //console.log(chalk.blue('Publishing the package to npm...')); - //execSync('npm publish', { stdio: 'inherit' }); + console.log(chalk.blue('Publishing the package to npm...')); + execSync('npm publish', { stdio: 'inherit' }); console.log( chalk.green(`🚀 Successfully released a new ${versionType} version!`)