We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31534ef commit 5ef5984Copy full SHA for 5ef5984
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