From de5d80ad3770974b31b2f79761c105ef81bb8a52 Mon Sep 17 00:00:00 2001 From: panr Date: Mon, 1 Nov 2021 14:36:46 +0100 Subject: [PATCH] init husky --- .husky/.gitignore | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .husky/.gitignore 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",