Make sure app/frontend is included in overcommit paths

trunk
Matt Brictson 2 years ago
parent 0064fd4923
commit b271ab5f8e
No known key found for this signature in database
GPG Key ID: E379525AE7FB9561

@ -14,6 +14,8 @@ PreCommit:
- app/assets/**/*.jsx
- app/components/**/*.js
- app/components/**/*.jsx
- app/frontend/**/*.js
- app/frontend/**/*.jsx
- app/javascript/**/*.js
- app/javascript/**/*.jsx
@ -44,6 +46,8 @@ PreCommit:
- app/assets/**/*.scss
- app/components/**/*.css
- app/components/**/*.scss
- app/frontend/**/*.css
- app/frontend/**/*.scss
- app/javascript/**/*.css
- app/javascript/**/*.scss

Loading…
Cancel
Save