Skip to content

Commit 9762002

Browse files
authored
ci.publish.js - verbose lerna bootstrap to investigate CI issues
1 parent 462b4d4 commit 9762002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci.publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function validatePrerequisites() {
1919
function projectSetup() {
2020
logSection('Project setup');
2121
exec.execSync(`git checkout ${process.env.BRANCH}`);
22-
exec.execSync(`lerna bootstrap --no-ci`);
22+
exec.execSync(`lerna bootstrap --no-ci --loglevel verebose`);
2323
}
2424

2525
function publishToNpm(npmTag) {

0 commit comments

Comments
 (0)