Skip to content

Commit 6b481b7

Browse files
author
wikus
committed
fix: publishing errors
1 parent bf99507 commit 6b481b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"size": "size-limit",
2020
"release": "standard-version $* && git push --follow-tags && yarn run npmpublish",
2121
"prepublishOnly": "npm run build",
22-
"npmpublish": "npm publish --access public"
22+
"npmpublish": "npm publish --access public --auth-type legacy"
2323
},
2424
"pre-commit": [
2525
"lint"

0 commit comments

Comments
 (0)