| commit | 1ab79a2117e472856daed15a629942dffa69401e | [log] [tgz] |
|---|---|---|
| author | Ian Hickson <ian@hixie.ch> | Wed Sep 14 10:30:36 2016 -0700 |
| committer | GitHub <noreply@github.com> | Wed Sep 14 10:30:36 2016 -0700 |
| tree | 986e82368eb3df9a57238909340ec842123e6da3 | |
| parent | 3ccdc5b13fbdc88e43a920bec5d88a6016167299 [diff] |
Update CONTRIBUTING.md (#3028) Have the sample build script exit after the first failed build.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5597695..89878a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md
@@ -161,7 +161,7 @@ flutter/tools/gn --android --runtime-mode=release cd out -ls | xargs -n 1 ninja -C +ls | xargs -n 1 sh -c 'ninja -C $0 || exit 255' flutter update-packages --upgrade ```