Install latest JS SDK when linting
Since React SDK's linting rules depend on JS SDK, we should use the latest changes when linting as well in case there's been a recent rule change.pull/21833/head
parent
4956dcf45e
commit
ba37a55a6c
|
@ -1,7 +1,12 @@
|
||||||
steps:
|
steps:
|
||||||
- label: ":eslint: Lint"
|
- label: ":eslint: Lint"
|
||||||
command:
|
command:
|
||||||
- "yarn install"
|
# TODO: Remove hacky chmod for BuildKite
|
||||||
|
- "echo '--- Setup'"
|
||||||
|
- "chmod +x ./scripts/ci/*.sh"
|
||||||
|
- "chmod +x ./scripts/*"
|
||||||
|
- "echo '--- Install js-sdk'"
|
||||||
|
- "./scripts/ci/install-deps.sh"
|
||||||
- "yarn lintwithexclusions"
|
- "yarn lintwithexclusions"
|
||||||
- "yarn stylelint"
|
- "yarn stylelint"
|
||||||
plugins:
|
plugins:
|
||||||
|
|
Loading…
Reference in New Issue