提交 041af0e7 编写于 作者: I Ian Hickson 提交者: GitHub

Update CONTRIBUTING.md (#3203)

At some point recently we started putting a JSON file in the out/ directory and this broke this suggested build script.
This patch makes the script more resilient to such files.
上级 2e0f870c
......@@ -160,7 +160,7 @@ flutter/tools/gn --android --runtime-mode=profile
flutter/tools/gn --android --runtime-mode=release
cd out
ls | xargs -n 1 sh -c 'ninja -C $0 || exit 255'
find . -mindepth 1 -maxdepth 1 -type d | xargs -n 1 sh -c 'ninja -C $0 || exit 255'
flutter update-packages --upgrade
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册