Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
Githooks not working in Windows
· c0bb212f
Marcelo Rivera
authored
Oct 22, 2019
and
Emiliano Balbuena
committed
Oct 22, 2019
c0bb212f
Merge branch 'fix/prettier-on-windows-2135' into 'master'
· 5e3c86ef
Emiliano Balbuena
authored
Oct 22, 2019
Githooks not working in Windows Closes
#2135
See merge request
!610
5e3c86ef
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
5e3c86ef
...
...
@@ -90,7 +90,7 @@
},
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
".githooks/pre-commit && pretty-quick --staged --bail --pattern
'
**/*.*(ts|html|scss)
'
"
"pre-commit"
:
"
sh
.githooks/pre-commit && pretty-quick --staged --bail --pattern
\"
**/*.*(ts|html|scss)
\"
"
}
}
}