umbra-protocol
umbra-protocol copied to clipboard
Explore publishing umbra-js package
Note: document process internally for future projects/updates
Here are the requirements I'm looking at:
- minified js bundles w/ source maps
- includes typescript source files
- package can be published to npm from command line (auto-version, etc) via yarn script
am i missing anything?
As an alternative to CLI publishing, can also consider a github workflow that publishes on merge to master. Whichever is simpler is ok with me
Sounds good. If version number in package.json doesn't change, then no publish, yeah?
Thoughts @apbendi?