Skip to content

Commit 4f149fb

Browse files
committed
build: Lerna publish - disable concurrency + debug
1 parent 0d87a5b commit 4f149fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/release.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ const options = [
1313
'--no-changelog',
1414
'--no-git-tag-version',
1515
'--no-push',
16-
'--yes'
16+
'--yes',
17+
'--concurrency 1',
18+
'--loglevel debug',
1719
];
1820

1921
console.log(`Running lerna with "${options.join(' ')}"`);

0 commit comments

Comments
 (0)