Skip to content

Commit

Permalink
Add docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Nov 19, 2023
1 parent 6496f8f commit 484aa64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"cs": [
"vendor/bin/php-cs-fixer fix --diff --verbose"
],
"docs": [
"cd docs && make html",
"lychee *.md",
"lychee docs/*.rst"
],
"rector": [
"vendor/bin/rector --dry-run"
],
Expand Down

0 comments on commit 484aa64

Please sign in to comment.