diff --git a/melos.yaml b/melos.yaml index 9c30852..737b2a0 100644 --- a/melos.yaml +++ b/melos.yaml @@ -6,7 +6,7 @@ scripts: build: run: | melos exec -c 6 --fail-fast -- \ - "flutter build web --no-pub" + "flutter build web --base-href reporter --no-pub" description: | Build a specific example app for web. - Requires `flutter channel stable`. diff --git a/packages/example/web/index.html b/packages/example/web/index.html index be820e8..8ff554e 100644 --- a/packages/example/web/index.html +++ b/packages/example/web/index.html @@ -12,7 +12,7 @@ * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base This is a placeholder for base href that will be replaced by the value of - the `--base-href` argument provided to `flutter build`. + the `--base-href reporter` argument provided to `flutter build`. -->