File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3131 run : pnpm check-format
3232 - name : Run type checks
3333 run : pnpm typecheck
34+ - name : Run commit linter
35+ run : pnpm commit-lint
Original file line number Diff line number Diff line change 1515 "format" : " prettier --write ." ,
1616 "generate-types" : " tsc --project ./src/tsconfig.json --noEmit false --emitDeclarationOnly true --outDir ./es" ,
1717 "check-format" : " prettier --check ." ,
18+ "prepare" : " husky install" ,
1819 "storybook" : " storybook dev -p 6006" ,
1920 "build-storybook" : " storybook build" ,
20- "prepare " : " husky install "
21+ "commit-lint " : " pnpm commitlint --from=$(git rev-list \" origin/${GITHUB_BASE_REF} \" ..HEAD | sed '1!d')~1 "
2122 },
2223 "bugs" : {
2324 "url" : " https://github.com/momesana/react-confirmation-code-input/issues"
You can’t perform that action at this time.
0 commit comments