Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.08 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.08 KB

ector-monorepo

lerna CircleCI

A bunch of ECTOR node packages

Packages

Contribution

Use conventional commits (I use VSCode Commitizen).

Compilation

npx lerna build

Test

npm test

Continuous Integration

Using CircleCI.

See https://circleci.com/gh/parmentf/ector-monorepo.

Publishing

(still to be tested)

Set GH_TOKEN to a token from Settings > Developer settings > Personal access tokens.

npx lerna version --exact --conventional-commits
npx lerna publish from-package