Skip to content

Commit 7db1e82

Browse files
committed
fix: here too
1 parent ca9c2fb commit 7db1e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/formatter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
1414
},
1515
);
1616
} else {
17-
await run('dotnet format', { cwd, language });
17+
await run('dotnet tool install --allow-roll-forward csharpier && dotnet format', { cwd, language });
1818
}
1919
break;
2020
case 'dart':

0 commit comments

Comments
 (0)