OultimoCoder / cloudflare-planetscale-hono-boilerplate

A boilerplate for building production-ready RESTful APIs using Cloudflare, Hono, and Planetscale
MIT License
160 stars 19 forks source link

Husky pre-commit should only affect staged files #20

Closed OultimoCoder closed 11 months ago

OultimoCoder commented 11 months ago

Husky pre-commit should only affect staged files. Currently, runs on all changed files even if not yet being committed.

OultimoCoder commented 11 months ago

Fixed in https://github.com/OultimoCoder/cloudflare-planetscale-hono-boilerplate/releases/tag/v1.2.1