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

Commit 35fc619

Browse files
committed
fix registry
1 parent efcec59 commit 35fc619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"check": "yarn run check:prettier",
2121
"check:prettier": "prettier --check .",
2222
"format": "prettier --write .",
23-
"preversion": "echo \"Run check for version $npm_package_version\" && yarn run check",
24-
"publish": "npm publish . && git push origin main && git push --tags"
23+
"publish": "git push origin main && git push --tags && npm publish . --access public --registry=https://registry.npmjs.org"
2524
},
2625
"dependencies": {
2726
"stylelint": "16.24.0",

0 commit comments

Comments
 (0)