Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 401 Bytes

File metadata and controls

29 lines (22 loc) · 401 Bytes

commitlint.io

commit message lint online, commitlint online.

Project setup

npm install

# extract lint options to avoid patch work
npm run prepare

# few files need patch to work for web app.
npm run patch

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint