@languagezen/shared
v6.0.1
Published
multi package repo for language zen node packages
Downloads
3
Readme
Introduction
A collection of Typescript/JavaScript packages used by Language Zen (Our language learning company)
Development
- To make sure that you have all the dependencies, run
yarn
in the root directory AND inside the specific package directory. - All packages should have a test command which can be invoked by calling
yarn test
from the package directory. - Always write tests to verify the correctness of the code and keep track of breaking changes to the API.
Publishing
- Make sure that all the changes relevant to this release are committed.
- Run
yarn test
to confirm that the code doesn't break any tests. - run 'yarn publish'. you will be asked to enter a version number (even if the current commit is a version bump).
- If you want to publish a pre-release version pass '--canary'