Skip to content

Latest commit

History

History
53 lines (38 loc) 路 1.75 KB

README.md

File metadata and controls

53 lines (38 loc) 路 1.75 KB

MCS Lite Developer Guide

Table of Contents

Release Flow

  1. prerelease
  • ./tasks/build.sh (Only for dependency packages in order.)
  1. lerna publish
  • Version of package.json will be updated.
  • Create git tags.
  • npm prepublish (Only for mobile project.)
  • Publish to npm.

Remind: You should not be confused about prepublish after npm@5, therefore MCS Lite use npm run release instead of npm run publish to avoid these weird NPM behaviors.

Technology Stack

Packages Relation

DataChannelAdapter Design

How To Add New Icon?