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/package.json b/package.json index e96cc07..327a063 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "license": "MIT", "scripts": { "dev": "webpack --mode=development --watch", - "build": "webpack --mode=production" + "build": "webpack --mode=production", + "prepare": "husky install" }, "browserslist": [ "last 2 versions",