Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 249 Bytes

SETUP.md

File metadata and controls

25 lines (17 loc) · 249 Bytes

For v2.0.0

  • Install dependencies
npm install
  • Build all packages
npm run build
  • Remove the built files in all packages:
npm run clean
  • Check the formats
npm run lint