Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 765 Bytes

DEV.md

File metadata and controls

60 lines (48 loc) · 765 Bytes

Dev

Install dependencies

yarn

Run project

yarn start

or

yarn dev

Create a Component

yarn new

Create a functional Component which name is Button👇

yarn new Button -f

Build and Release

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