Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 208 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 208 Bytes

DxWorks CLI

TBA

Build

# To install dependencies and link projects
lerna bootstrap

# To build projects
lerna run build

# To build and test
lerna run create

# To publish
lerna publish