Skip to content

Commit 9498517

Browse files
committed
fix: Explicitly include bin/code-review-guardian.sh in composer.json files field
- Add 'files' field to composer.json to ensure bin/code-review-guardian.sh is included in the Composer package distribution - This ensures the script is available for installation by the Plugin
1 parent 15317da commit 9498517

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"NowoTech\\CodeReviewGuardian\\Tests\\": "tests/"
5656
}
5757
},
58+
"files": [
59+
"bin/code-review-guardian.sh",
60+
"config",
61+
"docs/GGA.md"
62+
],
5863
"extra": {
5964
"class": "NowoTech\\CodeReviewGuardian\\Plugin",
6065
"branch-alias": {

0 commit comments

Comments
 (0)