Bump snippets to 0.2.3, fix redundant global activate in docs.sh (#88123)
This commit is contained in:
@@ -26,13 +26,7 @@ function generate_docs() {
|
||||
# assets-for-api-docs repo:
|
||||
# https://github.com/flutter/assets-for-api-docs/tree/master/packages/snippets
|
||||
# >>> If you update this version, also update it in dev/bots/analyze_sample_code.dart <<<
|
||||
"$PUB" global activate snippets 0.2.2
|
||||
|
||||
# Install and activate the snippets tool, which resides in the
|
||||
# assets-for-api-docs repo:
|
||||
# https://github.com/flutter/assets-for-api-docs/tree/master/packages/snippets
|
||||
# >>> If you update this version, also update it in dev/bots/analyze_sample_code.dart <<<
|
||||
"$PUB" global activate snippets 0.2.1
|
||||
"$PUB" global activate snippets 0.2.3
|
||||
|
||||
# This script generates a unified doc set, and creates
|
||||
# a custom index.html, placing everything into dev/docs/doc.
|
||||
|
||||
Reference in New Issue
Block a user