mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
chore(commit): add pre commit to run validate
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
"zone.js": "~0.6.26"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ionic/commit-hooks": "^1.0.1",
|
||||
"@types/connect": "3.4.30",
|
||||
"@types/del": "2.2.31",
|
||||
"@types/glob": "5.0.30",
|
||||
@ -130,5 +131,8 @@
|
||||
"commitizen": {
|
||||
"path": "node_modules/ionic-cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"pre-commit": [
|
||||
"test"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user