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:
parent
1c8e76debf
commit
436b75b209
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -66,7 +66,6 @@ cockpit/download: Makefile
|
|||
|
||||
.PHONY: cockpit/build
|
||||
cockpit/build: cockpit/download
|
||||
npm ci
|
||||
npm run build:cockpit
|
||||
|
||||
.PHONY: cockpit/devel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue