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 93e7c70 commit 837c031Copy full SHA for 837c031
bricks/dart_frog_prod_server/hooks/pre_gen.dart
@@ -82,8 +82,7 @@ Future<void> createBundle(
82
context.logger.err('$error');
83
return exit(1);
84
}
85
-
86
- await tempDirectory.rename(buildDirectory.path);
+ await copyPath(tempDirectory.path, buildDirectory.path);
87
88
89
Future<List<String>> getPathDependencies(io.Directory directory) async {
0 commit comments