1.0.0 • Published 2 years ago
home-book-shared v1.0.0
home-book-shared
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-conventionalBuild
npm run build-libraryStart
npm run startAfter run local environment you can use some component in sample/index.tsx.
Publish
Publish requires authorize users before publish.
Before publish you need to bump up version in package.json.
npm publishInstruction
Before commit are call actions:
- branch name lint
- stylelint
- 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-verify1.0.0
2 years ago