Makefile: fix cockpit/build target

Remove `npm ci` from the build target since setting the NODE_ENV
to production means that the dev dependencies aren't installed.

See:
https://github.com/osbuild/image-builder-frontend/pull/2701#discussion_r1905447709
This commit is contained in:
Gianluca Zuccarelli 2025-01-07 13:24:40 +00:00 committed by Sanne Raymaekers
parent 1c8e76debf
commit 436b75b209

View file

@ -66,7 +66,6 @@ cockpit/download: Makefile
.PHONY: cockpit/build
cockpit/build: cockpit/download
npm ci
npm run build:cockpit
.PHONY: cockpit/devel