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", }, };