diff --git a/bin/publish.ts b/bin/publish.ts index 55e6c88..0f1fdb5 100644 --- a/bin/publish.ts +++ b/bin/publish.ts @@ -1,6 +1,3 @@ import { execSync } from "child_process"; -execSync("git add -A", { stdio: 'inherit' }) -execSync("git commit -m 'publish'", { stdio: 'inherit' }) -execSync("git push", { stdio: 'inherit' }) execSync("cd dist && npm publish", { stdio: 'inherit' }) \ No newline at end of file