mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
- Replaced `yarn npm publish` with `npx npm@latest publish` to ensure the latest npm CLI is used for package publishing. - Removed unnecessary `yarn config set npmPublishAccess` commands to streamline the workflow. - Maintained the existing dry run functionality for testing without actual publishing.