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
This commit is contained in:
Ivan Fraixedes 2021-11-12 13:29:55 +01:00
parent 07e07d3a2d
commit cb499cb7db
No known key found for this signature in database
GPG Key ID: 042B474597F96DB7

View File

@ -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: