From 7ffd13428605cf834e0838ccbb87a095167ddae8 Mon Sep 17 00:00:00 2001 From: Rong Sen Ng Date: Thu, 13 May 2021 19:13:33 +0800 Subject: [PATCH] chore: npm x husky --- .husky/{commit-msg => _commit-msg} | 0 package.json | 1 + 2 files changed, 1 insertion(+) rename .husky/{commit-msg => _commit-msg} (100%) diff --git a/.husky/commit-msg b/.husky/_commit-msg similarity index 100% rename from .husky/commit-msg rename to .husky/_commit-msg diff --git a/package.json b/package.json index da79dc44..a7151334 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ "serve": "es-dev-server --watch --port 3000 --node-resolve --dedupe", "ts": "tsc", "watch": "tsc --watch", + "prepare": "npm x --no -- husky install", "postinstall": "npm dedupe" }, "commitlint": {