From ff35abe33057d456471412ebd4e82115a26ac4fa Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Thu, 7 Dec 2023 13:40:22 +0800 Subject: [PATCH] makefile: placeholder HTML file generation --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e93b6357a5..96171cb8ea 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,11 @@ help: ## Print info about all commands .PHONY: build-web build-web: ## Compile web bundle, copy to bskyweb directory yarn build-web + echo '' > bskyweb/templates/scripts_en.html + echo '' > bskyweb/templates/scripts_ja.html + echo '' > bskyweb/templates/scripts_pt.html + echo '' > bskyweb/templates/scripts_de.html + echo '' > bskyweb/templates/scripts_hi.html .PHONY: test test: ## Run all tests