Skip to content

Commit 4192b94

Browse files
committed
minor changes
1 parent 5a71f3c commit 4192b94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
"test": [
6565
"phpcs",
6666
"XDEBUG_MODE=coverage phpunit --coverage-text"
67+
],
68+
"build": [
69+
"phpdoc -d src/ -t phpdoc/",
70+
"XDEBUG_MODE=coverage phpunit --coverage-html coverage/"
6771
]
6872
}
6973
}

0 commit comments

Comments
 (0)