From c10cc302b50b9cc187be9938eecc2b290baa5e07 Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Mon, 20 Dec 2021 12:11:10 +0100 Subject: [PATCH] Makefile: Fix target for building Admin UI Fix the Makefile target for building the Satellite Admin UI. Change-Id: Id9087c313c451fa68796c9a495704ea3b3728a5c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f56573380..4613f5bcc 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ satellite-admin-ui: -e HOME=/tmp \ -u $(shell id -u):$(shell id -g) \ node:16.11.1 \ - /bin/bash -c "npm ci && npm run build && cp build/* assets" + /bin/bash -c "npm ci && npm run build && cp -r build/* assets" .PHONY: satellite-wasm satellite-wasm: