publish
This commit is contained in:
14
RoboFile.php
Normal file
14
RoboFile.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* This is project's console commands configuration for Robo task runner.
|
||||
*
|
||||
* @see https://robo.li/
|
||||
*/
|
||||
class RoboFile extends \Robo\Tasks
|
||||
{
|
||||
// define public methods as commands
|
||||
public function publish()
|
||||
{
|
||||
$this->_exec("yarn build && yarn package && git add . && git commit -m 'publish' && git push ");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user