We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15b23d commit 8a3e831Copy full SHA for 8a3e831
scripts/formatter.ts
@@ -21,7 +21,7 @@ export async function formatter(language: string, cwd: string): Promise<void> {
21
language,
22
});
23
} else {
24
- await run('dart pub get && melos bs && melos build --no-select && melos lint', {
+ await run('dart pub get && dart pub outdated && melos bs && melos build --no-select && melos lint', {
25
cwd,
26
27
0 commit comments