Skip to content

Commit 03cccff

Browse files
authored
fix(core): publish tempest binary via composer (#1207)
1 parent 453e1cb commit 03cccff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@
190190
"carthage-software/mago": true
191191
}
192192
},
193+
"bin": [
194+
"packages/console/bin/tempest"
195+
],
193196
"scripts": {
194197
"phpunit": "@php -d memory_limit=2G vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
195198
"coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml",

0 commit comments

Comments
 (0)