Skip to content

Commit

Permalink
unit test command uncommented
Browse files Browse the repository at this point in the history
  • Loading branch information
sriza committed Jul 17, 2023
1 parent febf416 commit eef9194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# php artisan test && \
php artisan test && \
npx stylelint "resources/**/*.scss" --fix && \
npm run lint && \
npx lint-staged && \
Expand Down

0 comments on commit eef9194

Please sign in to comment.