From cb499cb7db65e79e6af4acb09fa08794875c550c Mon Sep 17 00:00:00 2001 From: Ivan Fraixedes Date: Fri, 12 Nov 2021 13:29:55 +0100 Subject: [PATCH] Makefile: Fix target builds the satellite admin UI Fix the Makefile target which build the satellite admin UI adding a missed npm command which must run before the npm run build command. Change-Id: I96c9b0bd2ad2d909fc680db2b22a6cf13931111a --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dda22d6a7..574d4a9bc 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 run build" + /bin/bash -c "npm ci && npm run build" .PHONY: satellite-wasm satellite-wasm: