diff --git a/package.json b/package.json index e651b41..598eb74 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "dev": "npm run build -- --watch", "lint": "eslint .", "lint:fix": "npm run lint -- --fix", + "precommit-msg": "echo 'Pre-commit checks...' && exit 0", "precommit-lint": "lint-staged", "prepare": "npm run build", "test": "mocha --exit --timeout 1m \"./test/unit/**/*-specs.js\"",