File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
packages/cli-plugin-deploy-pulumi/commands Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ const listPackages = async ({ inputs }) => {
19
19
packagesList . push ( ...webinyPrefixedPackagesToAdd ) ;
20
20
} else {
21
21
packagesList = await execa ( "yarn" , [
22
+ "--silent" ,
22
23
"webiny" ,
23
24
"workspaces" ,
24
25
"tree" ,
@@ -32,6 +33,7 @@ const listPackages = async ({ inputs }) => {
32
33
}
33
34
34
35
const commandArgs = [
36
+ "--silent" ,
35
37
"webiny" ,
36
38
"workspaces" ,
37
39
"list" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ const listPackages = async ({ inputs }) => {
7
7
packagesList = Array . isArray ( inputs . package ) ? inputs . package : [ inputs . package ] ;
8
8
} else {
9
9
packagesList = await execa ( "yarn" , [
10
+ "--silent" ,
10
11
"webiny" ,
11
12
"workspaces" ,
12
13
"tree" ,
@@ -20,6 +21,7 @@ const listPackages = async ({ inputs }) => {
20
21
}
21
22
22
23
const commandArgs = [
24
+ "--silent" ,
23
25
"webiny" ,
24
26
"workspaces" ,
25
27
"list" ,
You can’t perform that action at this time.
0 commit comments