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 31d507e commit 10a7447Copy full SHA for 10a7447
docs/guides-local-setup.md
@@ -33,9 +33,9 @@ npx husky install
33
yarn husky install
34
35
# Add hook
36
-npx husky add .husky/commit-msg "npx --no-install commitlint --edit $1"
+npx husky add .husky/commit-msg 'npx --no-install commitlint --edit $1'
37
# or
38
-yarn husky add .husky/commit-msg "yarn commitlint --edit $1"
+yarn husky add .husky/commit-msg 'yarn commitlint --edit $1'
39
```
40
41
If the file `.husky/commit-msg` already exists, you can edit the file and put this:
0 commit comments