We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf7d4d commit 5f78738Copy full SHA for 5f78738
1 file changed
packages/tools/src/sync-remote-deps.ts
@@ -721,6 +721,7 @@ export async function syncRemote() {
721
// Write the merged workspace back
722
const yamlContent = stringifyYaml(mergedWorkspace, {
723
lineWidth: -1,
724
+ singleQuote: true,
725
});
726
727
writeFileSync(mainWorkspacePath, yamlContent, 'utf-8');
0 commit comments