We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31534ef + 5ef5984 commit df0e531Copy full SHA for df0e531
1 file changed
Makefile
@@ -13,7 +13,7 @@ install-frontend:
13
14
.PHONY: install-frontend-ci
15
install-frontend-ci:
16
- cd web && npm ci --omit=optional --ignore-scripts
+ cd web && npm ci --ignore-scripts
17
18
.PHONY: install-frontend-ci-clean
19
install-frontend-ci-clean: install-frontend-ci
0 commit comments