Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit 8b26e7f

Browse files
committed
fix registry
1 parent 384e7dd commit 8b26e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"check:prettier": "prettier --check .",
2222
"format": "prettier --write .",
2323
"preversion": "echo \"Run check for version $npm_package_version\" && yarn run check",
24-
"publish": "npm publish . && git push origin main && git push --tags"
24+
"publish": "git push origin main && git push --tags && npm publish . --access public --registry=https://registry.npmjs.org"
2525
},
2626
"devDependencies": {
2727
"prettier": "3.6.2"

0 commit comments

Comments
 (0)