Skip to content

Commit

Permalink
Update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PG-Momik authored Jun 12, 2024
1 parent c48cae0 commit fb26296
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

#php artisan optimize:clear && \
#php artisan command:UpdateJsonFiles && \
#php artisan command:FetchOrganisationRegistrationAgency && \
#php artisan command:SetAppDataJsonCache && \
#php artisan test && \
php artisan optimize:clear && \
php artisan command:UpdateJsonFiles && \
php artisan command:FetchOrganisationRegistrationAgency && \
php artisan command:SetAppDataJsonCache && \
php artisan test && \
npx stylelint "resources/**/*.scss" --fix && \
npm run lint && \
npx lint-staged && \
Expand Down

0 comments on commit fb26296

Please sign in to comment.