refactor(docs-infra): rename contributors/check-pictures.js to validate-data.js (#40369)

This commit renames contributors/check-pictures.js to contributors/validate-data.js, since this file script will also
be used to include other checks.

PR Close #40369
This commit is contained in:
Andrew Kushnir 2021-01-10 22:34:58 -08:00 committed by atscott
parent 2cc767e19f
commit f0c3e17512
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
"check-env": "yarn ~~check-env",
"postcheck-env": "yarn aio-check-local",
"payload-size": "scripts/payload.sh",
"predocs": "node scripts/contributors/check-pictures && yarn generate-stackblitz && yarn generate-zips",
"predocs": "node scripts/contributors/validate-data && yarn generate-stackblitz && yarn generate-zips",
"docs": "yarn docs-only",
"docs-only": "dgeni ./tools/transforms/angular.io-package",
"docs-watch": "node tools/transforms/authors-package/watchr.js",