Skip to content

Commit

Permalink
Exclude test and build files from release archives
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Apr 24, 2024
1 parent dd326ce commit 18bbe60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -26,5 +26,11 @@
},
"scripts": {
"test:ci": "@php vendor/bin/tester tests -C"
},
"archive": {
"exclude": [
"/tests",
"/.github"
]
}
}

0 comments on commit 18bbe60

Please sign in to comment.