remove build-embed from Dockerfile (#3502)

This commit is contained in:
Samuel Newman 2024-04-12 16:14:20 +01:00 committed by GitHub
parent ed2c8b720e
commit f3951f2718
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -12,7 +12,6 @@ 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