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: