From b95bd6c20aa5c9d17c1c08bb352f35a24b881c2a Mon Sep 17 00:00:00 2001 From: John Ryan Date: Wed, 8 Jan 2025 13:57:46 -0800 Subject: [PATCH] Update README.md --- pkgs/dart_services/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/dart_services/README.md b/pkgs/dart_services/README.md index cfcb37268..f428ab982 100644 --- a/pkgs/dart_services/README.md +++ b/pkgs/dart_services/README.md @@ -45,7 +45,8 @@ dart run build_runner build --delete-conflicting-outputs ### Building storage artifacts Dart services pre-compiles `.dill` files for the Dart SDK and Flutter Web SDK, which -are uploaded to Cloud Storage automatically. +are uploaded to Cloud Storage automatically. These files are located in the +`artifacts/` directory. If you need to re-generate these files, run the following command.