0.1.2 • Published 5 months ago

@cabify/package-build v0.1.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 months ago

@cabify/package-build

All Contributors

Package build configuration based on Rollup to compile JS packages.

Usage

Install this package as a dev dependency in your package, then create scripts in your package.json invoking it like this:

  "dist": "package-build",
  "dist:watch": "package-build -w",

NOTICE: this package doesn't clean your build directories in each run, so you'd probably want to append something like rimraf to your dependencies.

Publish a new version

  • Update CHANGELOG with new features, breaking changes, etc
  • Check you're in main branch and everything is up-to-date.
  • Run yarn publish:<major|minor|patch> or yarn publish:canary for canary versions.
  • Run git push && git push --tags
  • Check all test actions triggered after previous push are ✔️.
  • Go to create a new release, select previously pushed tag and write a Title.
  • Check the action for publish the npm has finished with success.
  • Check on npm package webpage, the version has been published successfully under latest tag.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!