From cc7f8c95420564a736c787b8c37b30236a803a9f Mon Sep 17 00:00:00 2001 From: Mahendra Suthar Date: Tue, 12 Dec 2023 17:09:47 +0530 Subject: [PATCH] Update "ci:publish" script to disable git checks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0a0f0be..4466717 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A CLI tool to migrate from atomizer to tailwindcss", "main": "index.js", "scripts": { - "ci:publish": "pnpm publish -r" + "ci:publish": "pnpm publish --no-git-checks" }, "bin": { "tw-mg": "./src/index.js"