Skip to content

Commit

Permalink
Update ci:publish script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendra790 committed Dec 12, 2023
1 parent cc7f8c9 commit 39a00c9
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 --no-git-checks"
"ci:publish": "pnpm publish --no-git-checks --access public"
},
"bin": {
"tw-mg": "./src/index.js"
Expand Down

0 comments on commit 39a00c9

Please sign in to comment.