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