Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
780
Issues
780
List
Boards
Labels
Service Desk
Milestones
Merge Requests
50
Merge Requests
50
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
66944378498a7fcc53e631579dd903307ba84c89...5e3c86efa27eeb2110b712efd13af3cb90b11120
Source
5e3c86efa27eeb2110b712efd13af3cb90b11120
Select Git revision
...
Target
66944378498a7fcc53e631579dd903307ba84c89
Select Git revision
Compare
Commits (2)
Githooks not working in Windows
· c0bb212f
Marcelo Rivera
authored
1 hour ago
c0bb212f
Merge branch 'fix/prettier-on-windows-2135' into 'master'
· 5e3c86ef
Emiliano Balbuena
authored
1 hour ago
Githooks not working in Windows Closes
#2135
See merge request
!610
5e3c86ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
package.json
package.json
+1
-1
No files found.
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)
\"
"
}
}
}
This diff is collapsed.
Click to expand it.