Skip to content

Commit

Permalink
CI: Add typescript test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Jun 21, 2021
1 parent 2da282b commit f2be58b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ jobs:
# This should be the same hash as in core/tools/mavlink_router/bootstrap.py#L10
MAVLINK_ROUTER_COMMIT="94c4e3c6a9ff7c517b20b417e232caf52f12a6c6"
sudo apt install shellcheck
npm install eslint eslint-plugin-vue eslint-plugin-html --save-dev
npm install \
eslint eslint-plugin-vue eslint-plugin-html \
@vue/eslint-config-typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin typescript \
--save-dev
python -m pip install --upgrade pip
pip install wheel # wheel need to be installed before mavproxy
pip install mavproxy
Expand Down

0 comments on commit f2be58b

Please sign in to comment.