From 92ad734bc7b1a4204d353110b6e308be6f161999 Mon Sep 17 00:00:00 2001 From: Antariksh Date: Tue, 2 Mar 2021 18:34:14 +0800 Subject: [PATCH] feat: change postinstall to prepare --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20ed18a958..1b8c39f634 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lint": "npm run lint-code && npm run lint-style && npm run lint-html", "lint-ci": "concurrently \"eslint src/ --quiet\" \"stylelint '*/**/*.css' --quiet\" \"htmlhint\" \"prettier --c './src/public/**/*.html' --ignore-path './dist/**'\"", "version": "auto-changelog -p && git add CHANGELOG.md", - "postinstall": "husky install" + "prepare": "husky install" }, "lint-staged": { "*.{js,ts}": "eslint --fix",