Skip to content

Commit

Permalink
Re-add bin section to composer.json. (#1656)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson authored Mar 9, 2017
1 parent 719a70b commit 5fa3233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"Pantheon\\Terminus\\FeatureTests\\": "tests/features/bootstrap/"
}
},
"bin": [
"bin/terminus"
],
"scripts": {
"behat": "COMPOSER_PROCESS_TIMEOUT=3600 SHELL_INTERACTIVE=true behat --colors -c=tests/config/behat.yml --suite=default",
"cbf": "phpcbf --standard=PSR2 -n tests/unit_tests/* bin/terminus src/*",
Expand Down

0 comments on commit 5fa3233

Please sign in to comment.