UNPKG

@mega-apps/cli

Version:

Mom builder for all mega modules apps. The recommended basic operation dependency package is attached, and users can check and repair defects in actual applications.

9 lines (8 loc) 192 B
module.exports = { hooks: { "pre-commit": "npm run test", "pre-publish": "npm run test", "pre-push": "npm run test", "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS", }, };