/changesets-pnpm-example

Example for automated NPM publishing workflow using changesets

Primary LanguageTypeScript

Changesets + pnpm Example

This repo works as an example for a basic TS project that automatically publishes the package to the NPM Registry.

It uses pnpm, tsup to bundle our package and @changesets/cli to automate the release and publish flow.