Skip to content

Commit

Permalink
Makefile: fix cockpit/build target
Browse files Browse the repository at this point in the history
Remove `npm ci` from the build target since setting the NODE_ENV
to production means that the dev dependencies aren't installed.

See:
osbuild#2701 (comment)
  • Loading branch information
kingsleyzissou committed Jan 7, 2025
1 parent db53a44 commit 4908072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ cockpit/download: Makefile

.PHONY: cockpit/build
cockpit/build: cockpit/download
npm ci
npm run build:cockpit

.PHONY: cockpit/devel
Expand Down

0 comments on commit 4908072

Please sign in to comment.