From 12698004e14662bbac8f2a6cacd22516e5d349b1 Mon Sep 17 00:00:00 2001 From: rstubryan Date: Thu, 11 Dec 2025 10:47:25 +0700 Subject: [PATCH] fix(FE): Update recording detail links to include production path --- .husky/pre-commit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.husky/pre-commit b/.husky/pre-commit index e69de29b..3782914b 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -0,0 +1,3 @@ +npm run format +npm run lint +npm run build \ No newline at end of file