1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

chore: actually publish

it was only listing updated packges
This commit is contained in:
Sérgio Ramos 2017-05-26 10:36:16 +01:00
parent 802dff3e42
commit b665dec740

View File

@ -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',