diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 6a347ec002..c560fccebe 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -3,6 +3,7 @@ steps: command: - "yarn install" - "yarn lintwithexclusions" + - "yarn stylelint" plugins: - docker#v3.0.1: image: "node:10" diff --git a/jenkins.sh b/jenkins.sh index 548373739c..70bc12e42d 100755 --- a/jenkins.sh +++ b/jenkins.sh @@ -29,6 +29,9 @@ yarn lintall -f checkstyle -o eslint.xml || true # re-run the linter, excluding any files known to have errors or warnings. yarn lintwithexclusions +# lint styles +yarn stylelint + # delete the old tarball, if it exists rm -f matrix-react-sdk-*.tgz