Install deps for linting

This commit is contained in:
J. Ryan Stinnett 2020-01-27 16:05:41 +00:00
parent 8ca6c2c433
commit 0ad0cbeb35

View file

@ -1,6 +1,8 @@
steps:
- label: ":eslint: JS Lint"
command:
- "echo '--- Fetching Dependencies'"
- "./scripts/fetch-develop.deps.sh --depth 1"
- "yarn install"
- "yarn lint:js"
plugins: