Skip to content

Commit

Permalink
Fix an output file path for the frontend server package_incremental s…
Browse files Browse the repository at this point in the history
…cript (flutter#13154)
  • Loading branch information
jason-simmons authored Oct 16, 2019
1 parent bb78551 commit 704be8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_frontend_server/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if (is_fuchsia_host || is_fuchsia) {
inputs = frontend_server_files

outputs = [
"$root_gen_dir/dart-pkg/frontend_server/pubspec.yaml",
"$root_gen_dir/dart-pkg/flutter_frontend_server/pubspec.yaml",
"$root_gen_dir/dart-pkg/vm/pubspec.yaml",
"$root_gen_dir/dart-pkg/build_integration/pubspec.yaml",
"$root_gen_dir/dart-pkg/front_end/pubspec.yaml",
Expand Down

0 comments on commit 704be8b

Please sign in to comment.