summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 6dcf008..88a24f8 100644
--- a/composer.json
+++ b/composer.json
@@ -23,7 +23,10 @@
"test": "phpunit",
"cs-check": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 ./src/main/php ./src/test/php",
"cs-fix": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 ./src/main/php ./src/test/php",
- "build-website": "easy-doc build src/site/config.php --verbose"
+ "build-website": [
+ "php src/site/release-news-generator.php",
+ "easy-doc build src/site/config.php --verbose"
+ ]
},
"extra": {
"branch-alias": {