diff --git a/.husky/.gitignore b/.husky/.gitignore new file mode 100644 index 0000000..31354ec --- /dev/null +++ b/.husky/.gitignore @@ -0,0 +1 @@ +_ diff --git a/.husky/commit-msg b/.husky/commit-msg old mode 100644 new mode 100755 diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100644 new mode 100755 diff --git a/package.json b/package.json index 9d74880..2e3f901 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,8 @@ "license": "MIT", "devDependencies": { "husky": "^6.0.0" + }, + "scripts": { + "prepare": "husky install" } }