define public methods as commands
($m = 'publish')
| 8 | { |
| 9 | // define public methods as commands |
| 10 | public function publish($m = 'publish') |
| 11 | { |
| 12 | $this->_exec("yarn build && yarn package && git add . && git commit -m '$m' && git push "); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected