Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 590 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (23 loc) · 590 Bytes

CONTRIBUTING

This contributing guide is how to development @jxa packages.

This repository is monorepo using lerna/lerna: A tool for managing JavaScript projects with multiple packages..

Requirement

Installation for development

yarn install
yarn run bootstrap

Tests

Run all tests of packages by following command:

yarn test

Release Flow

  1. Version up each packages
  2. Relase each packages
npm run versionup
npm run release