Speed up build process

This commit is contained in:
2026-07-08 09:46:12 +00:00
parent a83efbfa5c
commit eb3fbbcbcf
5 changed files with 22 additions and 39 deletions

View File

@@ -48,7 +48,7 @@
"html": [
"pandoc --verbose -s README.md -o output/README.html",
"pandoc --verbose -f rst -s docs/index.rst -o output/index.html --metadata=lang:en",
"tools/phpcs --generator=MarkDown | pandoc --verbose -f markdown -s -o output/CodeStandard.html --metadata title='Code Standard' --metadata=lang:en"
"tools/phpcs --generator=HTML > output/CodeStandard.html"
],
"all": [
"@test",