chore: actually publish
it was only listing updated packges
This commit is contained in:
parent
802dff3e42
commit
b665dec740
@ -90,7 +90,7 @@ const tasks = new Listr(
|
|||||||
title: 'Publish',
|
title: 'Publish',
|
||||||
task: () =>
|
task: () =>
|
||||||
exec('lerna', [
|
exec('lerna', [
|
||||||
'updated', // 'publish',
|
'publish',
|
||||||
'--conventional-commits',
|
'--conventional-commits',
|
||||||
'--independent',
|
'--independent',
|
||||||
'-m',
|
'-m',
|
||||||
|
Loading…
Reference in New Issue
Block a user