Skip to content

Commit

Permalink
refactor: add make stylelintfix command to allow it to be ran, wher…
Browse files Browse the repository at this point in the history
…e `make stylelint` is our previous stylelint dry
  • Loading branch information
chrispelzer committed Oct 10, 2024
1 parent 898d2f1 commit 03bde1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ phplintdry: $(COMPOSERFILE)
stylelint:
stylelint ./resources/scss/**/*.scss

stylelintfix:
stylelint ./resources/scss/**/*.scss --fix

coverage: $(COMPOSERFILE)
phpbrew ext enable xdebug && XDEBUG_MODE=coverage php vendor/bin/phpunit --coverage-html coverages && phpbrew ext disable xdebug

Expand Down

0 comments on commit 03bde1d

Please sign in to comment.