Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 338 Bytes

ADDING_A_PACKAGE.md

File metadata and controls

8 lines (7 loc) · 338 Bytes

How to add a package

  • add folder and make sure it's a unique "name" field in package.json
  • add to root package.json packages array
  • update rollup config to build the package
  • add root tsconfig.json entry and make sure pkg tsconfig is proper output dir
  • add to publish scripts
  • update version script