Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 848 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 848 Bytes

Contribute to timescaledb-ts

This is a Typescript source monorepo managed by pnpm. To get started you will need the following installed:

Once you have cloned the repo, you can use pnpm <command> to manage the monorepo. The following commands you should get familiar with:

  • pnpm install - Install all dependencies
  • pnpm build - Build all packages
  • pnpm test - Test all packages
  • pnpm lint - Lint all packages
  • pnpm format - Format all packages
  • pnpm clean - Factory reset the monorepo(debugging purposes)

Release

Checkout the RELEASE.md file for information on how to release a new version of the packages.

Testing

Checkout the TESTING.md file for information on how to run the tests.