Skip to content

Commit da94d29

Browse files
committed
fix: preserve workspace yaml quote style
1 parent 8255acb commit da94d29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/tools/src/sync-remote-deps.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,7 @@ export async function syncRemote() {
721721
// Write the merged workspace back
722722
const yamlContent = stringifyYaml(mergedWorkspace, {
723723
lineWidth: -1,
724+
singleQuote: true,
724725
});
725726

726727
writeFileSync(mainWorkspacePath, yamlContent, 'utf-8');

0 commit comments

Comments
 (0)