Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 367 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 367 Bytes

npm-packages

It is a pnpm monorepo repo.

How to release a package?

  • run npm run changelog when you take some changes for per package.

  • run npm run version to ensure the version of package is correct, and make the changelog.

  • before publish, you should build the package which you want to publish.

  • run npm run release to publish the package.