From 1eed57de57ec2b5f56cc26f33aaa044b2a9db142 Mon Sep 17 00:00:00 2001 From: Thamognya Kodi Date: Sun, 1 Jan 2023 23:36:44 +0700 Subject: [PATCH] update: look at todo --- web/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frontend/package.json b/web/frontend/package.json index 07c1c77..f5d33db 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -12,7 +12,7 @@ "lint:prettier": "prettier --check .", "lint": "yarn lint:js && yarn lint:style && yarn lint:prettier", "lintfix": "prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix", - "prepare": "husky install", + "prep:prepare": "husky install", "test": "jest" }, "lint-staged": {