Skip to content

Commit 5ef5984

Browse files
committed
fix esbuild optional dependencies for cross arch builds
Signed-off-by: Gabriel Bernal <gbernal@redhat.com>
1 parent 31534ef commit 5ef5984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install-frontend:
1313

1414
.PHONY: install-frontend-ci
1515
install-frontend-ci:
16-
cd web && npm ci --omit=optional --ignore-scripts
16+
cd web && npm ci --ignore-scripts
1717

1818
.PHONY: install-frontend-ci-clean
1919
install-frontend-ci-clean: install-frontend-ci

0 commit comments

Comments
 (0)