We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588aa37 commit 0ee4db1Copy full SHA for 0ee4db1
README.md
@@ -101,15 +101,15 @@ npm install husky --save-dev
101
# or
102
yarn add husky --dev
103
104
-# Active hooks
+# Activate hooks
105
npx husky install
106
107
yarn husky install
108
109
# Add hook
110
-npx husky add .husky/commit-msg "npx --no-install commitlint --edit $1"
+npx husky add .husky/commit-msg 'npx --no-install commitlint --edit $1'
111
112
-yarn husky add .husky/commit-msg "yarn commitlint --edit $1"
+yarn husky add .husky/commit-msg 'yarn commitlint --edit $1'
113
```
114
115
**Detailed Setup instructions**
0 commit comments