Makefile explicitly refers to tools/upend_js/index.js - fix CI package step?

feat/vaults
Tomáš Mládek 2021-12-05 18:19:45 +01:00
parent 950f68cb59
commit 98720118d3
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@ backend: target/release/upend
target/release/upend:
cargo build --release
tools_upend_js:
tools/upend_js/index.js:
cd tools/upend_js && yarn install && yarn build
frontend: ui/dist/index.html
ui/dist/index.html: tools_upend_js
ui/dist/index.html: tools/upend_js/index.js
cd ui && yarn add ../tools/upend_js && yarn install && yarn build
lint: backend_lint frontend_lint