Skip to content

Commit

Permalink
pub get
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Sep 16, 2024
1 parent b8c33b9 commit 2d3e049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildClients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function buildLanguage(language: Language, gens: Generator[], buildType: B
case 'dart':
if (buildType !== 'snippets') {
// fix the snippets at some point
await run('dart analyze', { cwd, language });
await run('dart pub get && dart analyze', { cwd, language });
}
break;
case 'go':
Expand Down

0 comments on commit 2d3e049

Please sign in to comment.