about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2023-12-18 19:31:48 +0400
committerGitHub <noreply@github.com>2023-12-18 19:31:48 +0400
commit0c47f6dc988efbd49907855ea0e9e165d50700ca (patch)
tree3052dedcaea1d04cc640be1dea880c9adf855bea /Makefile
parentb942da162a24f1192bcbcf6755570d14f253d118 (diff)
downloadvoidsky-0c47f6dc988efbd49907855ea0e9e165d50700ca.tar.zst
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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