remove husky

This commit is contained in:
Austin Valle 2024-01-31 09:29:31 -05:00
parent e12a01440e
commit 7689e7985c
2 changed files with 0 additions and 24 deletions

View file

@ -13,7 +13,6 @@
"test": "semistandard --env jest && jest --coverage",
"lint": "semistandard --env jest --fix",
"build": "ncc build wrapper/terraform.js --out wrapper/dist && ncc build index.js --out dist",
"prepare": "husky install",
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
},
"keywords": [],
@ -28,7 +27,6 @@
},
"devDependencies": {
"@vercel/ncc": "^0.38.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"nock": "^13.5.1",
"semistandard": "^17.0.0"