attempt to fix CI

feat/vaults
Tomáš Mládek 2021-12-02 22:25:25 +01:00
parent 5b973ea868
commit 8dcc474f1c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ tools_upend_js:
frontend: ui/dist/index.html
ui/dist/index.html: tools_upend_js
cd ui && yarn install && yarn build
cd ui && yarn add ../tools/upend_js && yarn install && yarn build
lint: backend_lint frontend_lint