From 8dcc474f1c3735d78813f065e3f6eb2bfb392429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 2 Dec 2021 22:25:25 +0100 Subject: [PATCH] attempt to fix CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4c779f..1a58697 100644 --- a/Makefile +++ b/Makefile @@ -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