Skip to content

Commit b442078

Browse files
committed
dx: add scripts to composer.json
1 parent db45077 commit b442078

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@
6565
]
6666
}
6767
},
68+
"scripts": {
69+
"lint": [
70+
"vendor/bin/pint",
71+
"vendor/bin/phpstan"
72+
],
73+
"test": [
74+
"vendor/bin/pest"
75+
],
76+
"check": [
77+
"@composer lint",
78+
"@composer test"
79+
]
80+
},
6881
"config": {
6982
"sort-packages": true,
7083
"allow-plugins": {

0 commit comments

Comments
 (0)