Following migration guide for v8 => v9

* Reference: https://github.com/typicode/husky/releases/tag/v9.0.1
This commit is contained in:
Benjamin Bennett 2024-01-30 06:38:32 +00:00
parent 8cffb76457
commit 8e287d8b99
2 changed files with 1 additions and 4 deletions

View file

@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run build && git add dist/

View file

@ -13,7 +13,7 @@
"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",
"prepare": "husky",
"format-check": "echo \"unimplemented for actions/reusable-workflows basic-validation\""
},
"keywords": [],