From e5631fe154e66029c1a5bc355de5da885913596a Mon Sep 17 00:00:00 2001 From: g-ouattara Date: Tue, 23 Apr 2024 12:55:10 +0000 Subject: [PATCH] prepare command that run husky --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c8d7144..ba0300d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "web": "expo start --web", "format": "biome format --write .", "lint": "biome lint --apply .", - "biome-check": "biome check --apply ." + "biome-check": "biome check --apply .", + "prepare": "husky" }, "dependencies": { "expo": "~50.0.14", -- libgit2 0.27.1