Skip to content

nyris/nyris-webapp

Repository files navigation

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