Merge pull request #1296 from dgrisonnet/1245-release-0.6

release-0.6: *: add "update" target to makefile and use it in automatic updater
This commit is contained in:
Paweł Krupa
2021-08-02 17:56:50 +02:00
committed by GitHub

View File

@@ -33,6 +33,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' -o -name '*.jsonnet' -print | \