Skip to content

Commit

Permalink
Update "ci:publish" script to disable git checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendra790 committed Dec 12, 2023
1 parent b7b77d6 commit cc7f8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cc7f8c9

Please sign in to comment.