Merge pull request #1295 from dgrisonnet/1245-release-0.7

release-0.7: *: add "update" target to makefile and use it in automatic updater
This commit is contained in:
Paweł Krupa
2021-08-16 10:03:42 +02:00
committed by GitHub

View File

@@ -31,6 +31,10 @@ vendor: $(JB_BIN) jsonnetfile.json jsonnetfile.lock.json
rm -rf vendor
$(JB_BIN) install
.PHONY: update
update: $(JB_BIN)
$(JB_BIN) update
.PHONY: fmt
fmt: $(JSONNETFMT_BIN)
find . -name 'vendor' -prune -o -name '*.libsonnet' -print -o -name '*.jsonnet' -print | \