mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-21 10:39:26 +08:00
Add husky pre-commit hook. (#418)
Signed-off-by: Tatsat Mishra <tamishra@microsoft.com>
This commit is contained in:
+3
-1
@@ -9,7 +9,8 @@
|
||||
"test": "jest",
|
||||
"coverage": "jest --coverage=true",
|
||||
"format": "prettier --write .",
|
||||
"format-check": "prettier --check ."
|
||||
"format-check": "prettier --check .",
|
||||
"prepare": "husky"
|
||||
},
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.11.1",
|
||||
@@ -21,6 +22,7 @@
|
||||
"@octokit/core": "^7.0.2",
|
||||
"@octokit/plugin-retry": "^8.0.1",
|
||||
"@types/minipass": "^3.3.5",
|
||||
"husky": "^9.1.7",
|
||||
"js-yaml": "4.1.0",
|
||||
"minimist": "^1.2.8"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user