Chromium Code Reviews| Index: tools/bots/pub.py |
| diff --git a/tools/bots/pub.py b/tools/bots/pub.py |
| index f778cad0699331b8a4fd64c24628b4968047cfc2..f9f18ee21d7b9ddc0c8cf48abeae7a0a3ce9746b 100755 |
| --- a/tools/bots/pub.py |
| +++ b/tools/bots/pub.py |
| @@ -47,7 +47,7 @@ def PubSteps(build_info): |
| print 'Building package-root: %s' % (' '.join(args)) |
| bot.RunProcess(args) |
| - bot.RunTest('pub', build_info, ['pub', 'pkg', 'dartdoc']) |
| + bot.RunTest('pub', build_info, ['pub', 'pkg', 'dartdoc', 'docs']) |
| if __name__ == '__main__': |