From 0c47f6dc988efbd49907855ea0e9e165d50700ca Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 18 Dec 2023 19:31:48 +0400 Subject: bskyweb: update golang indigo dep (from May!), and some small devex tweaks (#2227) * bskyweb: update deps to current indigo * bskyweb: refactor handles to flatten control flow, and update to current indigo * go Makefile: remove --debug (not working) * bskyweb: default to public appview API instance * make: do internationalization build as part of build-web --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ae5a12eb8..c90abb783 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ help: ## Print info about all commands .PHONY: build-web build-web: ## Compile web bundle, copy to bskyweb directory + yarn intl:build yarn build-web .PHONY: test -- cgit 1.4.1