Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 419 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (12 loc) · 419 Bytes

Contributing to Jitsu SDK

The requirements:

  • yarn (>=1.22)
  • node (>=16)

Building

  • yarn lerna bootstrap install all dependencies
  • yarn lerna run test runs packages tests
  • yarn lerna run build builds all packages

Publishing new version

  • Login with your personal credentials with npm login
  • Run lerna run build && lerna patch
  • Update examples with the latest version of package