Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 867 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 867 Bytes

nyris-webapp

Contents

This repository is home to the nyris webapp and the related projects:

Setting up the repository for development

  1. Set up dependencies by running yarn
  2. Build packages npx lerna run build

Bumping versions

npx lerna version patch --no-push --no-git-tag-version

Force update versions

npx lerna version patch --no-push --no-git-tag-version --force-publish