Skip to content

Commit bfb572f

Browse files
committed
add scripts
1 parent 3d40380 commit bfb572f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
"allow-plugins": {
2121
"pestphp/pest-plugin": true
2222
}
23+
},
24+
"scripts": {
25+
"test": [
26+
"./vendor/bin/pest"
27+
]
2328
}
2429
}

0 commit comments

Comments
 (0)