mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-11-16 17:45:08 +00:00
add build
This commit is contained in:
parent
fe33842e2f
commit
e6b607a998
12
RoboFile.php
12
RoboFile.php
@ -637,5 +637,17 @@ class RoboFile extends \Robo\Tasks
|
||||
{
|
||||
(new \Joomla\Jorobo\Tasks\BumpVersion())->run();
|
||||
}
|
||||
|
||||
/**
|
||||
* Build the joomla extension package
|
||||
*
|
||||
* @param array $params Additional params
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function build($params = ['dev' => false])
|
||||
{
|
||||
(new \Joomla\Jorobo\Tasks\Build($params))->run();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user