Skip to content

Commit 6adb5f6

Browse files
smnandreweaverryan
authored andcommitted
[CI] Trim yarn JSON in run-vitest-all
1 parent 1a4bdc0 commit 6adb5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run-vitest-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ processWorkspace() {
4949
}
5050

5151
# Get all workspace names
52-
workspaces_info=$(yarn workspaces info)
52+
workspaces_info=$(yarn -s workspaces info)
5353

5454
# Iterate over each workspace using process substitution
5555
while IFS= read -r workspace_info; do

0 commit comments

Comments
 (0)