Skip to content

Commit 8a3e831

Browse files
committed
trying
1 parent d15b23d commit 8a3e831

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
@@ -21,7 +21,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
2121
language,
2222
});
2323
} else {
24-
await run('dart pub get && melos bs && melos build --no-select && melos lint', {
24+
await run('dart pub get && dart pub outdated && melos bs && melos build --no-select && melos lint', {
2525
cwd,
2626
language,
2727
});

0 commit comments

Comments
 (0)