Skip to content

Commit 6a36bce

Browse files
committed
composer test script
1 parent a2f967f commit 6a36bce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webservice/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"post-update-cmd": [
4747
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
4848
"php artisan optimize"
49-
]
49+
],
50+
"test": "phpunit"
5051
},
5152
"config": {
5253
"preferred-install": "dist"

0 commit comments

Comments
 (0)