Skip to content

Commit 8728aab

Browse files
committed
Develnext bundle builder
1 parent 7a1f346 commit 8728aab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* @jppm-task create-bundle
1010
*/
11-
function task_hubPublish(Event $e)
11+
function task_CreateBundle(Event $e)
1212
{
1313
$package = $e->package();
1414
$data = $package->getAny('develnext-bundle');

package.php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ sources:
1212
plugins:
1313
- Doc
1414
- Hub
15+
- DevelNextBundle
1516

1617
config:
1718
ignore:

0 commit comments

Comments
 (0)