From e21c8272d66224df5a059cd2f78597044a6f9989 Mon Sep 17 00:00:00 2001 From: Pavol Celuch Date: Tue, 23 Jul 2024 11:52:32 +0200 Subject: [PATCH] undio --- .husky/pre-commit | 2 -- README.md | 6 ------ 2 files changed, 8 deletions(-) delete mode 100755 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index 8c570ed4..00000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,2 +0,0 @@ -# .husky/pre-commit -yarn prettier \ No newline at end of file diff --git a/README.md b/README.md index aabf1994..9fea9996 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,6 @@ Install dependencies: yarn ``` -Install Git pre-hooks: - -```bash -yarn husky -``` - Create environment variables: ```bash cp .env.example .env