From 848010769a617bfa9c368847a02422ea122f7ec9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 29 May 2023 20:36:05 +0100 Subject: [PATCH] fix(ci): make npm-upgrade work again --- ui/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/Makefile b/ui/Makefile index b0a41f2aa..908a18c19 100644 --- a/ui/Makefile +++ b/ui/Makefile @@ -70,3 +70,4 @@ build.pre/css.diff: build purgecss.config.js npm-upgrade: rm -fr node_modules package-lock.json npm install + npm install