Skip to content

Commit

Permalink
Revert "Revert "--access public""
Browse files Browse the repository at this point in the history
This reverts commit cad0f25.
  • Loading branch information
dominikjasek committed Jun 18, 2023
1 parent cad0f25 commit fb7d746
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 @@ -9,7 +9,7 @@
"lint": "tsc",
"dev": "tsup src/index.ts --watch --format cjs,esm --dts",
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish",
"release": "pnpm run build && changeset publish --access public",
"test": "vitest",
"typecheck": "vitest typecheck"
},
Expand Down

0 comments on commit fb7d746

Please sign in to comment.