Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (28 loc) · 390 Bytes

contributing.md

File metadata and controls

40 lines (28 loc) · 390 Bytes

Contribute to Altheia

Local installation

git clone https://github.com/bodinsamuel/altheia.git
  • Install:
yarn install
  • Run test:
yarn test
  • Lint:
yarn lint

Release

yarn build

Write Changelog.md and github release

yarn version <value>
git add CHANGELOG.md package.json
git push --tags
npm publish