Skip to content

Commit a48bab8

Browse files
committed
chore(aft): Link packages before version bump
1 parent b2fe888 commit a48bab8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/aft/lib/src/commands/version_bump_command.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ class VersionBumpCommand extends AmplifyCommand
107107
@override
108108
Future<void> run() async {
109109
await super.run();
110+
111+
// Link packages so that we can run build_runner
112+
await linkPackages(repo.allPackages);
113+
110114
final bumpedPackages = await _updateVersions();
111115

112116
if (!preview) {

0 commit comments

Comments
 (0)