Skip to content

Commit

Permalink
chore: make sure npm publish is with public access
Browse files Browse the repository at this point in the history
  • Loading branch information
MilosPaunovic committed Jun 14, 2024
1 parent c1d5308 commit fc51403
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 @@ -43,7 +43,7 @@
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp && npm publish",
"release": "bumpp && npm publish --access=public",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
Expand Down

0 comments on commit fc51403

Please sign in to comment.