Skip to content

Commit

Permalink
Only run prettier on changes under frontend/
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Apr 26, 2024
1 parent 8631276 commit bb24e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ repos:
hooks:
- id: format-frontend
name: format-frontend
files: frontend/*
files: ^frontend/.$
language: system
entry: sh -c "npm run format --prefix frontend"

0 comments on commit bb24e14

Please sign in to comment.