Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
templates
/
mui-template
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
801cc42f
authored
2019-12-17 12:09:17 +0800
by
McLemore
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: should add commit-msg hook by cli
1 parent
c0cef9cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
boilerplate/package.json
boilerplate/package.json
View file @
801cc42
...
...
@@ -43,8 +43,7 @@
},
"husky"
:
{
"hooks"
:
{
"pre-commit"
:
"npm run lint-staged"
,
"commit-msg"
:
"commitlint -E HUSKY_GIT_PARAMS"
"pre-commit"
:
"npm run lint-staged"
}
},
"publishConfig"
:
{
...
...
Please
register
or
sign in
to post a comment