Skip to content

Commit

Permalink
fix: publishing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
wikus committed Feb 28, 2024
1 parent bf99507 commit 6b481b7
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 @@ -19,7 +19,7 @@
"size": "size-limit",
"release": "standard-version $* && git push --follow-tags && yarn run npmpublish",
"prepublishOnly": "npm run build",
"npmpublish": "npm publish --access public"
"npmpublish": "npm publish --access public --auth-type legacy"
},
"pre-commit": [
"lint"
Expand Down

0 comments on commit 6b481b7

Please sign in to comment.