Skip to content

Commit c24c8f9

Browse files
committed
chore: add --access=public on release script
1 parent 3e7cf58 commit c24c8f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"build": "unbuild",
4040
"lint": "eslint .",
4141
"lint-fix": "nr lint --fix",
42-
"xprepublishOnly": "npm run build",
43-
"xrelease": "npx bumpp --push --tag --commit && npm publish"
42+
"prepublishOnly": "npm run build",
43+
"release": "npx bumpp --push --tag --commit && npm publish --access=public"
4444
},
4545
"peerDependencies": {
4646
"vite-plugin-pwa": "^0.14.0"

0 commit comments

Comments
 (0)