Skip to content

Commit 79024f6

Browse files
committed
Update composer.json
1 parent e9791f6 commit 79024f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
}
3636
],
3737
"scripts": {
38-
"pre-autoload-dump": "Google\\Task\\Composer::cleanup"
38+
"pre-autoload-dump": "Google\\Task\\Composer::cleanup",
39+
"lint": "vendor/bin/pint",
40+
"test": "vendor/bin/phpunit"
3941
},
4042
"extra": {
4143
"laravel": {

0 commit comments

Comments
 (0)