diff --git a/.husky/pre-commit b/.husky/pre-commit index b8d755f..7352343 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npm run build && git add dist/ diff --git a/package.json b/package.json index 1777403..cef6c53 100644 --- a/package.json +++ b/package.json @@ -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": [],