prettier/.azure-pipelines/jobs/prod-lint.yml

7 lines
194 B
YAML
Raw Normal View History

steps:
- template: ../steps/download-dist.yml
- template: ../steps/install-nodejs.yml
- template: ../steps/install-dependencies.yml
- script: yarn lint-dist
displayName: "Lint dist"