Comparing version 2.3.3 to 2.3.4
@@ -50,3 +50,2 @@ /* | ||
git branch -M main | ||
git remote add origin https://github.com/07-media-sor/${name}.git | ||
`, | ||
@@ -57,10 +56,5 @@ { | ||
); | ||
execSync( | ||
` | ||
git push -u origin main | ||
`, | ||
{ | ||
stdio: "inherit", | ||
} | ||
); | ||
execSync(`git push -u origin main`, { | ||
stdio: "inherit", | ||
}); | ||
} else { | ||
@@ -67,0 +61,0 @@ rl.close("failure"); |
{ | ||
"name": "07-cli", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "A command line tool for 07 organization", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61835
503