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 493129b commit f65205bCopy full SHA for f65205b
docs/guides/local-setup.md
@@ -39,7 +39,7 @@ npx husky install
39
# Add commit message linting to commit-msg hook
40
echo "npx --no -- commitlint --edit \$1" > .husky/commit-msg
41
# Windows users should use ` to escape dollar signs
42
-echo "npx --no commitlint --edit `$1" > .husky/commit-msg
+echo "npx --no -- commitlint --edit `$1" > .husky/commit-msg
43
```
44
45
As an alternative you can create a script inside `package.json`
0 commit comments