Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ npm run version-packages
npm run publish-packages
```

`publish-packages` runs `npm publish --access public`.

The workflow uses npm trusted publishing through GitHub Actions OIDC.

Local release commands are still available when needed:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"ci": "npm run typecheck && npm test && npm pack --dry-run",
"local-release": "changeset version && changeset publish",
"publish-packages": "changeset publish",
"publish-packages": "npm publish --access public",
"prepack": "npm run typecheck && npm test",
"prepublishOnly": "npm run ci",
"typecheck": "tsc --noEmit",
Expand Down
Loading