fix yarn install in CI lint step

feat/vaults
Tomáš Mládek 2022-01-28 16:53:29 +01:00
parent 5181e3f0cc
commit fc3956e770
No known key found for this signature in database
GPG Key ID: ED21612889E75EC5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ backend_lint_no_default:
cargo clippy --no-default-features
frontend_lint:
cd webui && yarn install && yarn lint
cd webui && yarn add ../tools/upend_js && yarn install && yarn lint
backend_test:
cargo test --workspace --verbose