wondercraft-co / wonderplate-shopify-cli

0 stars 0 forks source link

Add git hooks utilities #7

Open julio-salas03 opened 6 months ago

julio-salas03 commented 6 months ago

One combo I've been using for my pre-commit hooks is the following

Not sure what to do for the pre-push hook. Maybe just check that the build process works?

juanpasolano commented 6 months ago

I would add this as optional. I feel sometimes these hooks are a bit slow and a problem while coding. We could look into a middle ground. For example, the linter could be a warning while it rebuilds in dev mode.