diff --git a/Dockerfile b/Dockerfile index e36a9592..3ad05b6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,8 +32,7 @@ RUN \. "$NVM_DIR/nvm.sh" && \ npm install --global yarn && \ yarn && \ yarn intl:build && \ - yarn build-web && \ - yarn build-embed + yarn build-web # DEBUG RUN find ./bskyweb/static && find ./web-build/static diff --git a/Makefile b/Makefile index 9e82e0fe..c90abb78 100644 --- a/Makefile +++ b/Makefile @@ -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