Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.08 KB

@allmaps/allmaps

Packages:

Apps:

Installation

pnpm install -r
lerna link

Run Allmaps Viewer:

pnpm --filter "@allmaps/viewer" run dev

Run tests in single package:

npx lerna run --scope @allmaps/id test

Run dev and build --watch scripts for all packages and apps:

npx lerna run dev --parallel
npx lerna run watch --parallel

Versioning & publishing

Create prerelease versions:

lerna version prerelease

Publish beta versions to npm:

lerna publish from-git --dist-tag beta

Promoting unchanged pre-release versions:

lerna version --conventional-commits --conventional-graduate