From b3643ae59dc591eea325f35017ac39a60a1795c8 Mon Sep 17 00:00:00 2001
From: lxndrblz <lxndrblz@users.noreply.github.com>
Date: Wed, 16 Oct 2024 15:51:04 +0000
Subject: [PATCH] style: prettier format all files

---
 .husky/pre-commit |    1 +
 package.json      |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100644
index 0000000..72c4429
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1 @@
+npm test
diff --git a/package.json b/package.json
index 7ca1567..dbb7301 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
     "build": "hugo --themesDir=../.. --source=exampleSite && shx rm -rf ./resources && shx cp -r ./exampleSite/resources ./resources && shx echo Done building resources.",
     "dev": "hugo serve --themesDir=../.. --source=exampleSite",
     "prettier": "npx prettier --write .",
-    "prepare": "husky init",
+    "prepare": "husky",
     "release": "release-it",
     "setup": "npm install && npm run prepare",
     "test": ""

--
Gitblit v1.10.0