Skip to content

Commit

Permalink
fix: lint target
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 28, 2024
1 parent 9dd6ce7 commit f90b2f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
npm install

# Lint entire project
lint: lint-php lint-css
lint: lint-php lint-css phpstan

# Lint the PHP files
lint-php:
Expand All @@ -31,7 +31,7 @@ lint-css:
npm run lint

# Fix all linting issues
lint-fix: lint-php-fix lint-css-fix phpstan
lint-fix: lint-php-fix lint-css-fix

# Fix PHP linting
lint-php-fix:
Expand Down

0 comments on commit f90b2f1

Please sign in to comment.