Skip to content

Commit afbfefb

Browse files
committed
add update-config target
1 parent b7fdf62 commit afbfefb

File tree

2 files changed

+167
-96
lines changed

2 files changed

+167
-96
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ endif
144144
generate-doc: ## Generate documentation of the flows JSON format
145145
cd web && npm run generate-doc
146146

147+
.PHONY: update-config
148+
update-config: ## Update sample config from operator repo
149+
./scripts/update-config.sh
150+
147151
##@ Develop frontend
148152

149153
.PHONY: install-frontend

0 commit comments

Comments
 (0)