Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 369 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 369 Bytes

Contributing

Setup

git clone https://github.com/tianjianchn/updatex
cd updatex
npm install

Develop

npm run build # Build once
npm run watch # Build then watch `src` files and build if changed
npm run test:only -s # No build task involved. Use -s to make npm hide its fail stack
npm test # Run lint, clean, build and test:only tasks