Skip to content

Commit

Permalink
chore: remove --access=public from release script
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed May 7, 2024
1 parent 311be2e commit 86793d2
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 @@ -44,7 +44,7 @@
"lint": "eslint .",
"lint-fix": "nr lint --fix",
"prepublishOnly": "npm run build",
"release": "bumpp && npm publish --access=public"
"release": "bumpp && npm publish"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.1",
Expand Down

0 comments on commit 86793d2

Please sign in to comment.