Skip to content

Commit

Permalink
chore: Add composer command to run the documentation server.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Sep 24, 2022
1 parent a783394 commit 15dc6bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"scripts": {
"changelog-unreleased": "auto_changelog -c .auto-changelog -u",
"changelog-version": "auto_changelog -c .auto-changelog -v",
"doc-server": "sphinx-autobuild ./docs ./build/docs",
"grumphp": "./vendor/bin/grumphp run",
"infection": "vendor/bin/infection run -j 2",
"phpunit": "vendor/bin/phpunit"
Expand Down

0 comments on commit 15dc6bd

Please sign in to comment.