Skip to content

Commit df0e531

Browse files
Merge pull request #721 from jgbernalp/fix-esbuild-arch-dependency
NO-JIRA: fix esbuild optional dependencies for cross arch builds
2 parents 31534ef + 5ef5984 commit df0e531

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)