From 79bfdeaa9490e80aee8aae3e86f50171bb287b50 Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sat, 6 Sep 2025 01:54:15 -0700 Subject: [PATCH] Use npm script for pre-commit hook to avoid bunx issues --- .husky/pre-commit | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 3891d54..878471b 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ # Run lint-staged for file-specific checks -./node_modules/.bin/lint-staged +npm run pre-commit echo "✅ Pre-commit checks passed!" diff --git a/README.md b/README.md index 180dfe7..aa93a2b 100644 --- a/README.md +++ b/README.md @@ -726,7 +726,7 @@ bun test-production.js # Submit pull request ``` -## � Documentation +## 📚 Documentation ### **Project Documentation** @@ -738,7 +738,7 @@ bun test-production.js - **[License](LICENSE)** - MIT license and third-party attributions - **[Changelog](CHANGELOG.md)** - Version history and release notes -## �📄 License +## 📄 License This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. @@ -754,4 +754,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file **Built with ❤️ for better medication adherence and health outcomes.** -For support, please open an issue on GitHub or contact the development team. +For support, please open an issue on GitHub or contact the development team.� Documentation