Skip to content

Commit f6cdcdb

Browse files
committed
revert: added swagger-docs thing back
1 parent 5a23809 commit f6cdcdb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

+10
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,16 @@ go.sum: go.mod
138138
### Documentation ###
139139
###############################################################################
140140

141+
update-swagger-docs: statik
142+
$(BINDIR)/statik -src=docs/client/swagger-ui -dest=docs/client -f -m
143+
@if [ -n "$(git status --porcelain)" ]; then \
144+
echo "\033[91mSwagger docs are out of sync!!!\033[0m";\
145+
exit 1;\
146+
else \
147+
echo "\033[92mSwagger docs are in sync\033[0m";\
148+
fi
149+
.PHONY: update-swagger-docs
150+
141151
godocs:
142152
@echo "--> Wait a few seconds and visit http://localhost:6060/pkg/github.com/cosmos/cosmos-sdk/types"
143153
godoc -http=:6060

0 commit comments

Comments
 (0)