1.0.17 • Published 1 year ago
home-book-types v1.0.17
home-book-types
Table of Contents
Installation
Recommend you to use this version latest Node.
- Node_Modules
npm install or npm i
- Commit lint required global for commit
npm install -g @commitlint/cli @commitlint/config-conventional
Build
npm run build-library
Publish
Before publish you need to bump up version in package.json.
npm publish
Instruction
Before commit are call actions:
- branch name lint
- eslint ts
- eslint tsx
- prettier
- commit syntax
If you need skip linters, after the commit message you have to put command:
git commit -m "<message>" --no-verify