Skip to content

Commit 949d5d3

Browse files
committed
Update output
1 parent e77ca0d commit 949d5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/get-hook-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ module.exports = function getHookScript(hookName, relativePath, npmScriptName) {
106106
107107
# Run npm script
108108
echo "husky > npm run -s ${npmScriptName} (node \`node -v\`)\\n"
109-
echo
109+
110110
npm run -s ${npmScriptName} || {
111111
echo "\\nhusky > ${hookName} hook failed ${noVerifyMessage}"
112112
exit 1

0 commit comments

Comments
 (0)