Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 622 Bytes

DEV.md

File metadata and controls

48 lines (38 loc) · 622 Bytes

Dev

Install dependencies

yarn

Run project

yarn dev

Create a Component

yarn new

Build

yarn build

Bypass all pre-check before building👇

yarn build -n

Release

yarn release

Ignoring version of iteration👇

yarn release -i

Manual specify version of iteration to 0.3.25👇

yarn release -m 0.3.25

Bypass all pre-check before release👇

yarn release -n

More powerful customizations is in omni.config.js