Skip to content

Commit f65a37f

Browse files
committed
build(composer): Replace pest aliases with lint script
- Removed pest script aliases that were not in use - Added a new lint alias to run php-lint - This change streamlines the script aliases for better clarity and usability
1 parent 3b57258 commit f65a37f

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

composer.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -301,17 +301,8 @@
301301
"zh-lint": "zhlint {./,docs/,docs/**/}*-zh_CN.md"
302302
},
303303
"scripts-aliases": {
304-
"pest": [
305-
"test"
306-
],
307-
"pest-coverage": [
308-
"test-coverage"
309-
],
310-
"pest-migrate-configuration": [
311-
"test-migrate-configuration"
312-
],
313-
"pest-update-snapshots": [
314-
"test-update-snapshots"
304+
"lint": [
305+
"php-lint"
315306
]
316307
},
317308
"$schema": "https://getcomposer.org/schema.json"

0 commit comments

Comments
 (0)