mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 13:03:15 +00:00
- Introduced a pre-push hook in the Husky configuration to run validation checks for the web app before pushing changes. - Added a validation script in package.json that includes formatting, linting, and type-checking tasks to ensure code quality. - Updated pnpm-lock.yaml to include Husky as a dependency, enhancing the development workflow.