Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 269 Bytes

maidfile.md

File metadata and controls

29 lines (20 loc) · 269 Bytes

build

Compile server and client code

yarn build

build:example

Build example demo directory

yarn build:example

test

Run all unit-test testcases

yarn test

lint

Run tslint for static code check

yarn lint