From ad97d4350c55055c3fcf084915a0a067c09939da Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Apr 2024 15:52:26 +0100 Subject: [Embeds] Create vite project and add to build pipeline (#3448) * add bskyembed vite app * create build script (temp until embedr is ready) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c90abb783..9e82e0fe4 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ help: ## Print info about all commands build-web: ## Compile web bundle, copy to bskyweb directory yarn intl:build yarn build-web + yarn build-embed .PHONY: test test: ## Run all tests -- cgit 1.4.1